From f5b56f98b6bf2a512ca21836273caca732ef2e68 Mon Sep 17 00:00:00 2001 From: nick Date: Sat, 27 Oct 2001 13:39:12 +0000 Subject: libffmpeg.so support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2497 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_mpegpes.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libvo/vo_mpegpes.c') diff --git a/libvo/vo_mpegpes.c b/libvo/vo_mpegpes.c index d7855b4684..62be9e6415 100644 --- a/libvo/vo_mpegpes.c +++ b/libvo/vo_mpegpes.c @@ -50,8 +50,11 @@ int vo_mpegpes_fd2=-1; #ifdef USE_LIBAVCODEC +#ifdef USE_LIBAVCODEC_SO +#include +#else #include "../libavcodec/avcodec.h" - +#endif static unsigned char *picture_buf=NULL; static unsigned char *outbuf=NULL; static int outbuf_size = 100000; -- cgit v1.2.3