From 4b141479da70665db8d5780c9ca9e430c9dd1f09 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 30 Jul 2008 12:01:30 +0000 Subject: Start unifying names of internal preprocessor directives. Replace all USE_ prefixes by CONFIG_ prefixes to indicate options which are configurable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27373 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/ve.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libmpcodecs/ve.c') diff --git a/libmpcodecs/ve.c b/libmpcodecs/ve.c index 55c72332c2..fe1cb7c7e5 100644 --- a/libmpcodecs/ve.c +++ b/libmpcodecs/ve.c @@ -23,12 +23,12 @@ extern vf_info_t ve_info_x264; * libraries and encoders requiring binary support. */ static vf_info_t* encoder_list[]={ -#ifdef USE_LIBAVCODEC +#ifdef CONFIG_LIBAVCODEC &ve_info_lavc, #endif -#ifdef USE_WIN32DLL +#ifdef CONFIG_WIN32DLL &ve_info_vfw, -#ifdef USE_QTX_CODECS_WIN32 +#ifdef CONFIG_QTX_CODECS_WIN32 &ve_info_qtvideo, #endif #endif @@ -39,7 +39,7 @@ static vf_info_t* encoder_list[]={ #ifdef HAVE_XVID4 &ve_info_xvid, #endif -#ifdef USE_LIBLZO +#ifdef CONFIG_LIBLZO &ve_info_nuv, #endif #ifdef HAVE_X264 -- cgit v1.2.3