changeset 40:b6f5cb968a88 libavutil

Remove some lines that are duplicated in common.mak.
author diego
date Wed, 17 May 2006 23:40:32 +0000
parents c25cab283094
children e2d207b1cb8e
files Makefile
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon May 01 00:27:24 2006 +0000
+++ b/Makefile	Wed May 17 23:40:32 2006 +0000
@@ -6,11 +6,6 @@
 # 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 @@
 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)