aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-07-19 09:38:22 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-07-19 09:38:22 +0000
commit86329cce041444332317f517cd6b55f089cdfe50 (patch)
tree9d88e0f17f0d420f42c5144c432fd88f68ea8ee8 /libavformat/Makefile
parent1d94a6620fb8b18ccbba75b7ca74db2fe885e054 (diff)
downloadffmpeg-86329cce041444332317f517cd6b55f089cdfe50.tar.gz
GXF muxer
Originally committed as revision 5787 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 00141e818e..fb660fd973 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -183,6 +183,10 @@ ifeq ($(CONFIG_LIBOGG),yes)
OBJS-$(CONFIG_OGG_MUXER) += ogg.o
endif
+ifeq ($(CONFIG_GPL),yes)
+OBJS-$(CONFIG_GXF_MUXER) += gxfenc.o
+endif
+
OBJS += $(OBJS-yes)
NAME=avformat