changeset 1736:7b3d05ca0d5a libavformat

Move conditional CFLAGS and OBJS setting to common place.
author diego
date Thu, 25 Jan 2007 00:34:38 +0000
parents 1b19ef7c2ec0
children 8d3489fa8a92
files Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Jan 25 00:10:10 2007 +0000
+++ b/Makefile	Thu Jan 25 00:34:38 2007 +0000
@@ -173,8 +173,6 @@
 #OBJS-$(CONFIG_NUT_MUXER)                 += nutenc.o riff.o
 endif
 
-OBJS += $(OBJS-yes)
-
 NAME=avformat
 ifeq ($(BUILD_SHARED),yes)
 LIBVERSION=$(LAVFVERSION)