[FFmpeg-cvslog] configure: Enable mpcodec compilation without inline asm.

Matthew Oliver git at videolan.org
Mon Nov 17 15:23:47 CET 2014


ffmpeg | branch: master | Matthew Oliver <protogonoi at gmail.com> | Mon Nov 17 21:03:13 2014 +1100| [0b3c23054279fe49ed550735a34cfbed67ce68cd] | committer: Michael Niedermayer

configure: Enable mpcodec compilation without inline asm.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b3c23054279fe49ed550735a34cfbed67ce68cd
---

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 883c043..563b311 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"



More information about the ffmpeg-cvslog mailing list