From 0b3c23054279fe49ed550735a34cfbed67ce68cd Mon Sep 17 00:00:00 2001 From: Matthew Oliver Date: Mon, 17 Nov 2014 21:03:13 +1100 Subject: configure: Enable mpcodec compilation without inline asm. Signed-off-by: Michael Niedermayer --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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" -- cgit v1.2.3