From 19233200b719b311796a25fc082783857b746208 Mon Sep 17 00:00:00 2001 From: Vincent Laviron Date: Thu, 16 Oct 2014 15:51:11 +0200 Subject: [PATCH] Fix compilation with --with-static-ffmpeg --- 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 02e4826f6e..db55a2fb74 100644 --- a/autoconf/m4/video.m4 +++ b/autoconf/m4/video.m4 @@ -101,7 +101,7 @@ dnl Make the binary find our bundled libs LDFLAGS="$LDFLAGS -Wl,-rpath=$ffmpeg_rpath" fi dnl Classic autoconf. This CANNOT be broken across multiple lines. - VIDEO_LIBS="-L$PWD/bundle/ffmpeg/libavutil -lavutil -L$PWD/bundle/ffmpeg/libavformat -lavformat -L$PWD/bundle/ffmpeg/libavcodec -lavcodec -L$PWD/bundle/ffmpeg/libswscale -lswscale" + VIDEO_LIBS="-L$PWD/bundle/ffmpeg/libavformat -lavformat -L$PWD/bundle/ffmpeg/libavcodec -lavcodec -L$PWD/bundle/ffmpeg/libswscale -lswscale -L$PWD/bundle/ffmpeg/libavutil -lavutil" have_ffmpeg=yes fi fi