projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d42f880
)
Only compile snowdsp_mmx.c if the Snow decoder is enabled.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 24 Feb 2007 11:59:26 +0000
(11:59 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 24 Feb 2007 11:59:26 +0000
(11:59 +0000)
Originally committed as revision 8117 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
patch
|
blob
|
history
diff --git
a/libavcodec/Makefile
b/libavcodec/Makefile
index 5b1bda9d6940d43b5ec7bde4719be0e62b96ddbd..7e4194817e207e7b2437a9eb73fa2dfe22f057fa 100644
(file)
--- a/
libavcodec/Makefile
+++ b/
libavcodec/Makefile
@@
-327,10
+327,10
@@
OBJS += i386/fdct_mmx.o \
i386/vp3dsp_sse2.o \
i386/fft_3dn.o \
i386/fft_3dn2.o \
- i386/snowdsp_mmx.o \
OBJS-$(CONFIG_GPL) += i386/idct_mmx.o
OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o
+OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o
endif
# armv4l specific stuff