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 --- dec_video.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dec_video.c') diff --git a/dec_video.c b/dec_video.c index e7c340e7a4..f408fe1698 100644 --- a/dec_video.c +++ b/dec_video.c @@ -51,7 +51,11 @@ extern picture_t *picture; // exported from libmpeg2/decode.c #endif #ifdef USE_LIBAVCODEC +#ifdef USE_LIBAVCODEC_SO +#include +#else #include "libavcodec/avcodec.h" +#endif static AVCodec *lavc_codec=NULL; static AVCodecContext lavc_context; static AVPicture lavc_picture; -- cgit v1.2.3