Commit 1ede1725 authored by Måns Rullgård's avatar Måns Rullgård

simplify

Originally committed as revision 5649 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0ac3dcb8
......@@ -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
......
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