Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/vlc/files: 0002-Explicitly-check-for-and-link-to-libavutil-since-av_.patch
Date: Sat, 31 May 2008 09:49:02
Message-Id: E1K2Nhp-0001aE-Fi@stork.gentoo.org
1 aballier 08/05/31 09:48:57
2
3 Added:
4 0002-Explicitly-check-for-and-link-to-libavutil-since-av_.patch
5 Log:
6 While I'm at it, backport another patch to fix linking with ffmpeg trunk.
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.1 media-video/vlc/files/0002-Explicitly-check-for-and-link-to-libavutil-since-av_.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/files/0002-Explicitly-check-for-and-link-to-libavutil-since-av_.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/files/0002-Explicitly-check-for-and-link-to-libavutil-since-av_.patch?rev=1.1&content-type=text/plain
14
15 Index: 0002-Explicitly-check-for-and-link-to-libavutil-since-av_.patch
16 ===================================================================
17 From b41bc1645bcb2f3942e57ff19e4791a1f892de7a Mon Sep 17 00:00:00 2001
18 From: Alexis Ballier <aballier@g.o>
19 Date: Sat, 31 May 2008 11:17:56 +0200
20 Subject: [PATCH] Explicitly check for and link to libavutil since 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.
21
22 ---
23 configure.ac | 2 +-
24 1 files changed, 1 insertions(+), 1 deletions(-)
25
26 diff --git a/configure.ac b/configure.ac
27 index 2aa5359..e03cac8 100644
28 --- a/configure.ac
29 +++ b/configure.ac
30 @@ -3000,7 +3000,7 @@ if test "${enable_ffmpeg}" != "no"
31 then
32
33 dnl Trying with pkg-config
34 - PKG_CHECK_MODULES(FFMPEG,[libavcodec, libavformat],
35 + PKG_CHECK_MODULES(FFMPEG,[libavcodec, libavformat, libavutil],
36 [
37 VLC_SAVE_FLAGS
38 CPPFLAGS="${CPPFLAGS} ${FFMPEG_CFLAGS}"
39 --
40 1.5.5.3
41
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list