From 258a4950a4b938a3b21cebfa04b81e2c9c55e15c Mon Sep 17 00:00:00 2001 From: iive Date: Fri, 7 Nov 2003 23:32:38 +0000 Subject: wrong include on shared lavc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11411 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 80ea35f6a6..4caed3bd03 100644 --- a/mencoder.c +++ b/mencoder.c @@ -74,7 +74,13 @@ #ifdef USE_LIBAVCODEC // for lavc audio encoding + +#ifdef USE_LIBAVCODEC_SO +#include +#else #include "libavcodec/avcodec.h" +#endif + static AVCodec *lavc_acodec; static AVCodecContext *lavc_actx = NULL; extern char *lavc_param_acodec; -- cgit v1.2.3