diff libmpcodecs/vd_ffmpeg.c @ 27341:e7c989f7a7c9

Start unifying names of internal preprocessor directives. Replace all USE_ prefixes by CONFIG_ prefixes to indicate options which are configurable.
author diego
date Wed, 30 Jul 2008 12:01:30 +0000
parents 63630c09e237
children 16a2329e8776
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c	Wed Jul 30 11:48:01 2008 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Wed Jul 30 12:01:30 2008 +0000
@@ -50,7 +50,7 @@
     AVRational last_sample_aspect_ratio;
 } vd_ffmpeg_ctx;
 
-//#ifdef USE_LIBPOSTPROC
+//#ifdef CONFIG_LIBPOSTPROC
 //unsigned int lavc_pp=0;
 //#endif