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/vf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libmpcodecs/vf.c') diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c index e197b53ff0..d5ee319cc7 100644 --- a/libmpcodecs/vf.c +++ b/libmpcodecs/vf.c @@ -108,7 +108,7 @@ static const vf_info_t* const filter_list[]={ #endif &vf_info_crop, &vf_info_expand, -#ifdef USE_LIBPOSTPROC +#ifdef CONFIG_LIBPOSTPROC &vf_info_pp, #endif &vf_info_scale, @@ -123,7 +123,7 @@ static const vf_info_t* const filter_list[]={ &vf_info_mirror, &vf_info_palette, &vf_info_pp7, -#ifdef USE_LIBAVCODEC +#ifdef CONFIG_LIBAVCODEC &vf_info_lavc, &vf_info_lavcdeint, &vf_info_screenshot, @@ -170,7 +170,7 @@ static const vf_info_t* const filter_list[]={ &vf_info_delogo, &vf_info_remove_logo, &vf_info_hue, -#ifdef USE_LIBAVCODEC_A +#ifdef CONFIG_LIBAVCODEC_A &vf_info_spp, &vf_info_uspp, &vf_info_fspp, @@ -185,7 +185,7 @@ static const vf_info_t* const filter_list[]={ &vf_info_divtc, &vf_info_harddup, &vf_info_softskip, -#ifdef USE_ASS +#ifdef CONFIG_ASS &vf_info_ass, #endif &vf_info_yadif, -- cgit v1.2.3