SOURCES: ffmpeg-libdir.patch (NEW) - merged from DEVEL

qboosh qboosh at pld-linux.org
Sun Oct 30 22:05:52 CET 2005


Author: qboosh                       Date: Sun Oct 30 21:05:52 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- merged from DEVEL

---- Files affected:
SOURCES:
   ffmpeg-libdir.patch (1.1 -> 1.2)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ffmpeg-libdir.patch
diff -u /dev/null SOURCES/ffmpeg-libdir.patch:1.2
--- /dev/null	Sun Oct 30 22:05:52 2005
+++ SOURCES/ffmpeg-libdir.patch	Sun Oct 30 22:05:47 2005
@@ -0,0 +1,22 @@
+--- FFMpeg-20050806/configure.orig	2005-08-04 21:50:09.000000000 +0200
++++ FFMpeg-20050806/configure	2005-10-24 08:26:37.374034008 +0200
+@@ -1703,7 +1703,7 @@
+ cat <<EOF >libavcodec.pc
+ prefix=$prefix
+ exec_prefix=\${prefix}
+-libdir=\${exec_prefix}/lib
++libdir=$libdir
+ includedir=\${prefix}/include
+ 
+ Name: libavcodec
+@@ -1711,8 +1711,8 @@
+ Version: $version-$lavc_build
+ Requires: $requires
+ Conflicts:
+-Libs: -L\${libdir} -lavcodec $extralibs
+-Cflags: -I\${includedir} -I\${includedir}/ffmpeg
++Libs: -L$libdir -lavcodec $extralibs
++Cflags: -I\${includedir}/ffmpeg
+ EOF
+ 
+ cat <<EOF >libavcodec-uninstalled.pc
================================================================



More information about the pld-cvs-commit mailing list