diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-04-09 19:10:58 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-04-09 19:10:58 +0100 |
commit | 8063ffb8c0b354d54834ba53b22003dac481de2c (patch) | |
tree | 2663524c8c6376ab1ee7dd2a620b0979fc80ddb3 /src/video_out/video_out_fb.c | |
parent | 39939c95eff90545285a9a8f761d9fa6e9349358 (diff) | |
download | xine-lib-8063ffb8c0b354d54834ba53b22003dac481de2c.tar.gz xine-lib-8063ffb8c0b354d54834ba53b22003dac481de2c.tar.bz2 |
Compilation fixes, mostly ffmpeg-related, and linkage fixes.
Tests done on amd64 with ffmpeg 0.svn20080206 from Debian experimental.
libavcodec 51.50.0, libavutil 49.6.0, libpostproc 51.1.0
Diffstat (limited to 'src/video_out/video_out_fb.c')
-rw-r--r-- | src/video_out/video_out_fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_fb.c b/src/video_out/video_out_fb.c index d38a39917..1efc39459 100644 --- a/src/video_out/video_out_fb.c +++ b/src/video_out/video_out_fb.c @@ -68,7 +68,7 @@ #include <pthread.h> #include <netinet/in.h> -#include <libavutil/mem.h> +#include <mem.h> #include <linux/fb.h> #include <linux/kd.h> |