vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
Originally committed as revision 3057 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
aab9cdcff8
commit
bb476ff367
4 changed files with 21 additions and 5 deletions
|
|
@ -70,6 +70,10 @@ ifeq ($(CONFIG_VORBIS),yes)
|
|||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue