diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-01-25 00:34:38 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-01-25 00:34:38 +0000 |
commit | 722dabcc947592be5473ec6089c5c70488260f63 (patch) | |
tree | 3394adf57dac9d6b2bef447b49243fcbfab3e828 /libavformat | |
parent | 150d27725b8fc9240a8b9d51ae8606782494e2be (diff) | |
download | ffmpeg-722dabcc947592be5473ec6089c5c70488260f63.tar.gz |
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')
-rw-r--r-- | libavformat/Makefile | 2 |
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) |