[vlc-devel] commit: Backport FFmpeg pkg-config patch from HEAD to r12920 ( Rafaël Carré )
git version control
git at videolan.org
Tue May 27 00:43:04 CEST 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue May 27 00:44:36 2008 +0200| [2fa5009a3115757819806c5a85256f03bb042ad5]
Backport FFmpeg pkg-config patch from HEAD to r12920
lamers
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2fa5009a3115757819806c5a85256f03bb042ad5
---
extras/contrib/src/Patches/ffmpeg-pkg-config.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Patches/ffmpeg-pkg-config.patch b/extras/contrib/src/Patches/ffmpeg-pkg-config.patch
index 9e1656c..0cb2b10 100644
--- a/extras/contrib/src/Patches/ffmpeg-pkg-config.patch
+++ b/extras/contrib/src/Patches/ffmpeg-pkg-config.patch
@@ -8,7 +8,7 @@ Index: configure
requires=$5
+libdir_pc=`echo $libdir|sed s'|$(PREFIX)|${prefix}|'`
+incdir_pc=`echo $incdir|sed 's|$(PREFIX)|${prefix}|'`
- cat <<EOF > $name.pc
+ cat <<EOF >$name.pc
prefix=$prefix
exec_prefix=\${prefix}
-libdir=$libdir
More information about the vlc-devel
mailing list