From c0926ecd8e8a20b18412550f5ac6f7592f182dbb Mon Sep 17 00:00:00 2001 From: rathann Date: Sun, 31 Dec 2006 02:44:54 +0000 Subject: Fix build with shared libavutil. Approved by Diego. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21794 b3059339-0415-0410-9bf9-f77b7e298cf2 --- fmt-conversion.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fmt-conversion.h') diff --git a/fmt-conversion.h b/fmt-conversion.h index 0103365e8b..dfacd94986 100644 --- a/fmt-conversion.h +++ b/fmt-conversion.h @@ -1,4 +1,8 @@ +#ifdef USE_LIBAVUTIL_SO +#include +#else #include "avutil.h" +#endif #include "img_format.h" enum PixelFormat imgfmt2pixfmt(int fmt) -- cgit v1.2.3