diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-03-27 23:10:02 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-04-12 09:00:49 +0200 |
commit | 7bb3a302feeff37d14a2abb7c7316efa43f8dd5c (patch) | |
tree | 6d7a6e40c54b8ed2c48f3f93e19a0be038429b6d /libavcodec/sparc/Makefile | |
parent | 2ef15b46e42647f6688d05abe2400fe008de5e0a (diff) | |
download | ffmpeg-7bb3a302feeff37d14a2abb7c7316efa43f8dd5c.tar.gz |
build: Consistently handle conditional compilation for all optimization OBJS.
Diffstat (limited to 'libavcodec/sparc/Makefile')
-rw-r--r-- | libavcodec/sparc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/sparc/Makefile b/libavcodec/sparc/Makefile index d42bed0779..1b6ac81ca0 100644 --- a/libavcodec/sparc/Makefile +++ b/libavcodec/sparc/Makefile @@ -1,2 +1,2 @@ -OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \ - sparc/simple_idct_vis.o \ +VIS-OBJS += sparc/dsputil_vis.o \ + sparc/simple_idct_vis.o \ |