diff options
author | wm4 <nfxjfg@googlemail.com> | 2013-06-28 10:36:00 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-07-02 18:52:45 +0200 |
commit | c3316ddb83e7d88dcac5500d4d6625fb28d5450b (patch) | |
tree | 20b1b92a6ff4336073371fe3159d85e6d6958c5b /libavformat/allformats.c | |
parent | 0472f64c552721339d6ef73ee6be0034390e2e13 (diff) | |
download | ffmpeg-c3316ddb83e7d88dcac5500d4d6625fb28d5450b.tar.gz |
lavf: add support for libgme
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index d4a2d273af..6bba81241c 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -337,6 +337,7 @@ void av_register_all(void) REGISTER_PROTOCOL(UDP, udp); /* external libraries */ + REGISTER_DEMUXER (LIBGME, libgme); REGISTER_DEMUXER (LIBMODPLUG, libmodplug); REGISTER_MUXDEMUX(LIBNUT, libnut); REGISTER_DEMUXER (LIBQUVI, libquvi); |