comparison Makefile @ 450:85439137fc30 libavformat

vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
author michael
date Sat, 24 Apr 2004 15:16:23 +0000
parents 404fe714eea1
children d95e74ef39e0
comparison
equal deleted inserted replaced
449:9cff946a8bb8 450:85439137fc30
68 68
69 ifeq ($(CONFIG_VORBIS),yes) 69 ifeq ($(CONFIG_VORBIS),yes)
70 OBJS+= ogg.o 70 OBJS+= ogg.o
71 endif 71 endif
72 72
73 ifeq ($(TARGET_ARCH_SPARC64),yes)
74 CFLAGS+= -mcpu=ultrasparc -mtune=ultrasparc
75 endif
76
73 LIB= $(LIBPREF)avformat$(LIBSUF) 77 LIB= $(LIBPREF)avformat$(LIBSUF)
74 ifeq ($(BUILD_SHARED),yes) 78 ifeq ($(BUILD_SHARED),yes)
75 SLIB= $(SLIBPREF)avformat$(SLIBSUF) 79 SLIB= $(SLIBPREF)avformat$(SLIBSUF)
76 endif 80 endif
77 81