summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2013-06-28 10:36:00 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-02 18:52:45 +0200
commitc3316ddb83e7d88dcac5500d4d6625fb28d5450b (patch)
tree20b1b92a6ff4336073371fe3159d85e6d6958c5b /libavformat/Makefile
parent0472f64c552721339d6ef73ee6be0034390e2e13 (diff)
lavf: add support for libgme
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 20bf18631c..d037661ac1 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -412,6 +412,7 @@ OBJS-$(CONFIG_YUV4MPEGPIPE_MUXER) += yuv4mpeg.o
OBJS-$(CONFIG_YUV4MPEGPIPE_DEMUXER) += yuv4mpeg.o
# external libraries
+OBJS-$(CONFIG_LIBGME_DEMUXER) += libgme.o
OBJS-$(CONFIG_LIBMODPLUG_DEMUXER) += libmodplug.o
OBJS-$(CONFIG_LIBNUT_DEMUXER) += libnut.o
OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o