summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-09-26 18:37:20 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2007-09-26 18:37:20 +0000
commit53b73365001bc85f6e97b4be8905b45edec119aa (patch)
treef232f02c7aaf6283af7057e0fc1b898819be0a8a /libavformat
parentea10ddde965c1cd773d14a0227fd659133ff8db2 (diff)
Fix avisynth compilation after allformats.h was removed
Originally committed as revision 10594 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/allformats.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 6ed3eb83d4..515e6f41c0 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -64,9 +64,7 @@ void av_register_all(void)
REGISTER_MUXDEMUX (AU, au);
REGISTER_MUXDEMUX (AUDIO_BEOS, audio_beos);
REGISTER_MUXDEMUX (AVI, avi);
-#ifdef CONFIG_AVISYNTH
- av_register_input_format(&avisynth_demuxer);
-#endif
+ REGISTER_DEMUXER (AVISYNTH, avisynth);
REGISTER_DEMUXER (AVS, avs);
REGISTER_DEMUXER (BETHSOFTVID, bethsoftvid);
REGISTER_DEMUXER (BKTR, bktr);