Commit bb428277 authored by Måns Rullgård's avatar Måns Rullgård

use $(LIBOBJFLAGS) when compiling sparc/*.c

Originally committed as revision 5630 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6eefb6fd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment