diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-05-17 23:40:32 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-05-17 23:40:32 +0000 |
commit | fefbdd2e67fd289fabc130545b3c3d83ec7473a1 (patch) | |
tree | 5301efe5bc4b923e31c5fb509a2c5620187177f8 | |
parent | c4052af07d869e4227c77a3713f8b2f151bbfa85 (diff) | |
download | ffmpeg-fefbdd2e67fd289fabc130545b3c3d83ec7473a1.tar.gz |
Remove some lines that are duplicated in common.mak.
Originally committed as revision 5392 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavutil/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index e1ab0d17df..ed10a7d490 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -6,11 +6,6 @@ include ../config.mak # NOTE: -I.. is needed to include config.h CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -DBUILD_AVUTIL -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -#FIXME: This should be in configure/config.mak -ifeq ($(CONFIG_WIN32),yes) - LDFLAGS=-Wl,--output-def,$(@:.dll=.def),--out-implib,lib$(SLIBNAME:$(SLIBSUF)=.dll.a) -endif - OBJS= mathematics.o \ rational.o \ intfloat_readwrite.o \ @@ -19,10 +14,6 @@ OBJS= mathematics.o \ HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ intfloat_readwrite.h -ifeq ($(TARGET_ARCH_SPARC64),yes) -CFLAGS+= -mcpu=ultrasparc -mtune=ultrasparc -endif - NAME=avutil SUBDIR = libavutil ifeq ($(BUILD_SHARED),yes) |