diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-09-23 21:06:08 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-09-23 21:06:08 +0000 |
commit | 8b03def65f6b7d6591aabf1cbd26821f782e19b7 (patch) | |
tree | 68437478afe0554037d0344bae5bd596c35c340c /libavcodec/Makefile | |
parent | b146873c944948669bce61752b07d8b6032a7480 (diff) | |
download | ffmpeg-8b03def65f6b7d6591aabf1cbd26821f782e19b7.tar.gz |
Move VIS CFLAGS settings into configure.
Originally committed as revision 10555 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 20e01ca7e1..505b1beb2e 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -381,8 +381,6 @@ ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \ OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \ sparc/simple_idct_vis.o \ -sparc/dsputil_vis.o sparc/simple_idct_vis.o: CFLAGS += -mcpu=ultrasparc -mtune=ultrasparc - OBJS-$(HAVE_MLIB) += mlib/dsputil_mlib.o \ OBJS-$(ARCH_ALPHA) += alpha/dsputil_alpha.o \ |