mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 20:50:09 +00:00
simplify
Originally committed as revision 5649 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0ac3dcb8e8
commit
1ede1725f1
@ -428,8 +428,7 @@ endif
|
||||
|
||||
ifeq ($(TARGET_ARCH_SPARC),yes)
|
||||
OBJS+=sparc/dsputil_vis.o
|
||||
sparc/%.o: sparc/%.c
|
||||
$(CC) -mcpu=ultrasparc -mtune=ultrasparc $(CFLAGS) $(LIBOBJFLAGS) -c -o $@ $<
|
||||
sparc/dsputil_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc
|
||||
endif
|
||||
|
||||
NAME=avcodec
|
||||
|
Loading…
Reference in New Issue
Block a user