From 872a28cc57bf3d9dcb6fcb4816a583f87983f022 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 31 Jan 2006 23:36:12 +0000 Subject: Move conditional compilation out of the code and into the build system. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17524 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf_lavc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libmpcodecs/vf_lavc.c') diff --git a/libmpcodecs/vf_lavc.c b/libmpcodecs/vf_lavc.c index 11e79d5cae..59f5c9cf46 100644 --- a/libmpcodecs/vf_lavc.c +++ b/libmpcodecs/vf_lavc.c @@ -7,8 +7,6 @@ #include "mp_msg.h" #include "help_mp.h" -#ifdef USE_LIBAVCODEC - #include "img_format.h" #include "mp_image.h" #include "vf.h" @@ -230,4 +228,3 @@ vf_info_t vf_info_lavc = { }; //===========================================================================// -#endif -- cgit v1.2.3