1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

fix linking issue on PPC64 with 64bits userland, patch by Markus Rothe markus A unixforces P net

Original thread:
Date: Oct 25, 2006 4:11 PM
Subject: [MPlayer-dev-eng] [patch] compile issue on ppc64 (unresolved symbol)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20444 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2006-10-25 14:41:55 +00:00
parent b439ed722e
commit 1d7b730ba1

View File

@ -40,6 +40,7 @@
#include "fastmemcpy.h"
#include "libswscale/swscale.h"
#include "libswscale/rgb2rgb.h"
#include "libmpcodecs/vf_scale.h"
#include "libavutil/rational.h"