diff options
author | Måns Rullgård <mans@mansr.com> | 2006-07-06 21:41:54 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-07-06 21:41:54 +0000 |
commit | 1ede1725f156c9e06e1f08c9f9b43ee12b540f56 (patch) | |
tree | 4fd7aa99b12e1f3d363fcc486eb68f83323af2e3 | |
parent | 0ac3dcb8e8c1ed5d11167064038c2bf977dd9772 (diff) | |
download | ffmpeg-1ede1725f156c9e06e1f08c9f9b43ee12b540f56.tar.gz |
simplify
Originally committed as revision 5649 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 9de3796747..9589f1bec2 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -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 |