summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-11-17 22:51:59 +0000
committerDiego Biurrun <diego@biurrun.de>2008-11-17 22:51:59 +0000
commit40b509b36bf98a9fa382675f47d96a4e89c1597b (patch)
treed6624205baa3e49d601335aebb5e74feb8004611 /configure
parent767d3e7bf7385f028a09096e86464da89b84a5df (diff)
Add a Makefile variable for the old scaler that gets enabled when the new
scaler is disabled to get rid of a Makefile ifdef. Originally committed as revision 15867 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index b6ca379603..5cf1ef6515 100755
--- a/configure
+++ b/configure
@@ -872,6 +872,7 @@ HAVE_LIST="
# options emitted with CONFIG_ prefix but not available on command line
CONFIG_EXTRA="
fft_mmx
+ oldscaler
"
CMDLINE_SELECT="
@@ -928,6 +929,7 @@ vis_deps="sparc"
# common features
fft_suggest="fft_mmx"
fft_mmx_deps="mmx yasm"
+oldscaler_deps="!swscale"
# decoders / encoders
aac_decoder_select="fft mdct"
@@ -1084,6 +1086,7 @@ enable ffserver
enable ipv6
enable mpegaudio_hp
enable network
+enable oldscaler
enable optimizations
enable protocols
enable static