mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC.
Originally committed as revision 10554 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bd9d34a0c9
commit
b146873c94
@ -378,7 +378,7 @@ ASM_OBJS-$(HAVE_ARMV5TE) += armv4l/simple_idct_armv5te.o \
|
||||
|
||||
ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \
|
||||
|
||||
OBJS-$(ARCH_SPARC) += sparc/dsputil_vis.o \
|
||||
OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \
|
||||
sparc/simple_idct_vis.o \
|
||||
|
||||
sparc/dsputil_vis.o sparc/simple_idct_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc
|
||||
|
Loading…
Reference in New Issue
Block a user