From fefbdd2e67fd289fabc130545b3c3d83ec7473a1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 17 May 2006 23:40:32 +0000 Subject: Remove some lines that are duplicated in common.mak. Originally committed as revision 5392 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 9 --------- 1 file changed, 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) -- cgit v1.2.3