diff libmpdemux/demux_rtp_internal.h @ 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 1318e956c092
children d643e4643313
line wrap: on
line diff
--- a/libmpdemux/demux_rtp_internal.h	Wed Jul 30 11:48:01 2008 +0000
+++ b/libmpdemux/demux_rtp_internal.h	Wed Jul 30 12:01:30 2008 +0000
@@ -10,7 +10,7 @@
 #ifndef DEMUXER_H
 #include "demuxer.h"
 #endif
-#ifdef USE_LIBAVCODEC
+#ifdef CONFIG_LIBAVCODEC
 #include "libavcodec/avcodec.h"
 #endif
 }