From d05043f5e6a55c9f5601653741c6c7b1dccef2bc Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Thu, 22 Jan 2015 21:44:04 -0600 Subject: [PATCH] Let's not bundle yasm because we never actually did. Use system yasm. I'll update the docs shortly. --- autoconf/m4/video.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf/m4/video.m4 b/autoconf/m4/video.m4 index db55a2fb74..49a05c91e9 100644 --- a/autoconf/m4/video.m4 +++ b/autoconf/m4/video.m4 @@ -73,7 +73,7 @@ dnl System FFMpeg dnl We might as well throw in GPL stuff as we're bound to GPL by libmad anyway. FFMPEG_CONFFLAGS="--enable-gpl --disable-programs --disable-doc --disable-avdevice --disable-swresample --disable-postproc --disable-avfilter" if test "$host_os" = "mingw32"; then - FFMPEG_CONFFLAGS="$FFMPEG_CONFFLAGS --yasmexe=../yasm-1.2.0-win32.exe --arch=x86" + FFMPEG_CONFFLAGS="$FFMPEG_CONFFLAGS --arch=x86" fi if test "$enable_lto" = "yes"; then FFMPEG_CONFFLAGS="$FFMPEG_CONFFLAGS --enable-lto"