Skip to content
Snippets Groups Projects
Commit bb428277 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

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

Originally committed as revision 5630 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6eefb6fd
No related branches found
No related tags found
No related merge requests found
...@@ -421,7 +421,7 @@ endif ...@@ -421,7 +421,7 @@ endif
ifeq ($(TARGET_ARCH_SPARC),yes) ifeq ($(TARGET_ARCH_SPARC),yes)
OBJS+=sparc/dsputil_vis.o OBJS+=sparc/dsputil_vis.o
sparc/%.o: sparc/%.c sparc/%.o: sparc/%.c
$(CC) -mcpu=ultrasparc -mtune=ultrasparc $(CFLAGS) -c -o $@ $< $(CC) -mcpu=ultrasparc -mtune=ultrasparc $(CFLAGS) $(LIBOBJFLAGS) -c -o $@ $<
endif endif
NAME=avcodec NAME=avcodec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment