use $(LIBOBJFLAGS) when compiling sparc/*.c
Originally committed as revision 5630 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6eefb6fd5b
commit
bb428277fa
@ -421,7 +421,7 @@ endif
|
||||
ifeq ($(TARGET_ARCH_SPARC),yes)
|
||||
OBJS+=sparc/dsputil_vis.o
|
||||
sparc/%.o: sparc/%.c
|
||||
$(CC) -mcpu=ultrasparc -mtune=ultrasparc $(CFLAGS) -c -o $@ $<
|
||||
$(CC) -mcpu=ultrasparc -mtune=ultrasparc $(CFLAGS) $(LIBOBJFLAGS) -c -o $@ $<
|
||||
endif
|
||||
|
||||
NAME=avcodec
|
||||
|
Loading…
Reference in New Issue
Block a user