comparison libmpdemux/demuxer.c @ 27391:1d2faa1020fb

Rename a bunch of miscellaneous preprocessor directives. Switch them from a HAVE_ to a CONFIG_ prefix.
author diego
date Thu, 07 Aug 2008 08:58:07 +0000
parents 2113bd9c6bd9
children 587716f0b4cc
comparison
equal deleted inserted replaced
27390:9d95dc936e66 27391:1d2faa1020fb
147 #endif 147 #endif
148 &demuxer_desc_aac, 148 &demuxer_desc_aac,
149 #ifdef CONFIG_LIBNUT 149 #ifdef CONFIG_LIBNUT
150 &demuxer_desc_nut, 150 &demuxer_desc_nut,
151 #endif 151 #endif
152 #ifdef HAVE_XMMS 152 #ifdef CONFIG_XMMS
153 &demuxer_desc_xmms, 153 &demuxer_desc_xmms,
154 #endif 154 #endif
155 /* Please do not add any new demuxers here. If you want to implement a new 155 /* Please do not add any new demuxers here. If you want to implement a new
156 * demuxer, add it to libavformat, except for wrappers around external 156 * demuxer, add it to libavformat, except for wrappers around external
157 * libraries and demuxers requiring binary support. */ 157 * libraries and demuxers requiring binary support. */