Mercurial > libavformat.hg
diff aiff.c @ 3871:e6aeb2733e34 libavformat
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
CONFIG_FOO_MUXER conditionals where appropriate.
| author | diego |
|---|---|
| date | Tue, 02 Sep 2008 22:45:13 +0000 |
| parents | f062deeedb8d |
| children | fbe8704f513a |
line wrap: on
line diff
--- a/aiff.c Tue Sep 02 22:31:41 2008 +0000 +++ b/aiff.c Tue Sep 02 22:45:13 2008 +0000 @@ -166,7 +166,7 @@ return num_frames; } -#ifdef CONFIG_MUXERS +#ifdef CONFIG_AIFF_MUXER typedef struct { offset_t form; offset_t frames; @@ -289,7 +289,7 @@ return 0; } -#endif //CONFIG_MUXERS +#endif /* CONFIG_AIFF_MUXER */ static int aiff_probe(AVProbeData *p) {
