summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMatthew Oliver <protogonoi@gmail.com>2014-11-17 21:03:13 +1100
committerMichael Niedermayer <michaelni@gmx.at>2014-11-17 15:16:34 +0100
commit0b3c23054279fe49ed550735a34cfbed67ce68cd (patch)
treeed0c1d04f6f93f37aa00d95a04fe849869126e71 /configure
parent70205f1799252c3363a5bb5ea7ea5df090f2c88f (diff)
configure: Enable mpcodec compilation without inline asm.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 883c0438f6..563b311de1 100755
--- a/configure
+++ b/configure
@@ -2577,7 +2577,7 @@ ladspa_filter_deps="ladspa dlopen"
ladspa_filter_extralibs='$ldl'
mcdeint_filter_deps="avcodec gpl"
movie_filter_deps="avcodec avformat"
-mp_filter_deps="gpl avcodec swscale inline_asm"
+mp_filter_deps="gpl avcodec swscale"
mpdecimate_filter_deps="gpl"
mpdecimate_filter_select="pixelutils"
mptestsrc_filter_deps="gpl"