mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
use $(LIBOBJFLAGS) when compiling sparc/*.c
Originally committed as revision 5630 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user