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 /libavcodec | |
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 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a8fd2c8e12..adfc04d459 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -400,10 +400,6 @@ endif OBJS-$(TARGET_ARCH_BFIN) += bfin/dsputil_bfin.o \ -CFLAGS += $(CFLAGS-yes) -OBJS += $(OBJS-yes) -ASM_OBJS += $(ASM_OBJS-yes) - EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) NAME=avcodec |