Mercurial > libavformat.hg
changeset 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 | 9cff946a8bb8 |
children | 31784bdb76ee |
files | Makefile |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Apr 24 13:10:35 2004 +0000 +++ b/Makefile Sat Apr 24 15:16:23 2004 +0000 @@ -70,6 +70,10 @@ OBJS+= ogg.o endif +ifeq ($(TARGET_ARCH_SPARC64),yes) +CFLAGS+= -mcpu=ultrasparc -mtune=ultrasparc +endif + LIB= $(LIBPREF)avformat$(LIBSUF) ifeq ($(BUILD_SHARED),yes) SLIB= $(SLIBPREF)avformat$(SLIBSUF)