[vlc-devel] commit: Explicitly check for and link to libavutil (Alexis Ballier )
git version control
git at videolan.org
Sat May 31 11:32:37 CEST 2008
vlc | branch: master | Alexis Ballier <aballier at gentoo.org> | Sat May 31 11:17:56 2008 +0200| [add88a3ae20f0073da5eb5c35f9cc202532143e1]
Explicitly check for and link to libavutil
av_free and friends are used in the ffmpeg plugin, and after r13528
ffmpeg's .pc files do not tell anymore to link needlessly to its
private library requirements.
Signed-off-by: Rémi Denis-Courmont <rem at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=add88a3ae20f0073da5eb5c35f9cc202532143e1
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2aa5359..e03cac8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3000,7 +3000,7 @@ if test "${enable_ffmpeg}" != "no"
then
dnl Trying with pkg-config
- PKG_CHECK_MODULES(FFMPEG,[libavcodec, libavformat],
+ PKG_CHECK_MODULES(FFMPEG,[libavcodec, libavformat, libavutil],
[
VLC_SAVE_FLAGS
CPPFLAGS="${CPPFLAGS} ${FFMPEG_CFLAGS}"
More information about the vlc-devel
mailing list