summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-01-25 00:34:38 +0000
committerDiego Biurrun <diego@biurrun.de>2007-01-25 00:34:38 +0000
commit722dabcc947592be5473ec6089c5c70488260f63 (patch)
tree3394adf57dac9d6b2bef447b49243fcbfab3e828 /libavformat/Makefile
parent150d27725b8fc9240a8b9d51ae8606782494e2be (diff)
Move conditional CFLAGS and OBJS setting to common place.
Originally committed as revision 7699 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 056282c8fe..3f338c7647 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -173,8 +173,6 @@ OBJS-$(CONFIG_NUT_DEMUXER) += nutdec.o riff.o
#OBJS-$(CONFIG_NUT_MUXER) += nutenc.o riff.o
endif
-OBJS += $(OBJS-yes)
-
NAME=avformat
ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(LAVFVERSION)