[FFmpeg-cvslog] vf_mp: Do not build if inline assembly is not available

Derek Buitenhuis git at videolan.org
Fri Sep 7 22:35:31 CEST 2012


ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Fri Sep  7 13:58:26 2012 -0400| [d940b0a0f978992be81a3cdd011dca60d830d49e] | committer: Michael Niedermayer

vf_mp: Do not build if inline assembly is not available

Rather than modify the mplayer filter sources, just disable
vf_mp if inline assembly is not available.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/configure b/configure
index 3d5bb71..7fac4e9 100755
--- a/configure
+++ b/configure
@@ -1897,7 +1897,7 @@ frei0r_src_filter_deps="frei0r dlopen"
 frei0r_src_filter_extralibs='$ldl'
 hqdn3d_filter_deps="gpl"
 movie_filter_deps="avcodec avformat"
-mp_filter_deps="gpl avcodec swscale postproc"
+mp_filter_deps="gpl avcodec swscale postproc inline_asm"
 mptestsrc_filter_deps="gpl"
 negate_filter_deps="lut_filter"
 resample_filter_deps="avresample"



More information about the ffmpeg-cvslog mailing list