[-]
[+]
|
Changed |
ffmpeg_configure.diff
|
@@ -1,6 +1,6 @@
---- configure.orig 2008-05-12 18:58:41.000000000 +0200
-+++ configure 2008-05-12 19:05:19.000000000 +0200
-@@ -1560,11 +1560,11 @@
+--- configure.save 2008-06-07 21:06:08.000000000 +0200
++++ configure 2008-06-07 21:07:08.000000000 +0200
+@@ -1590,11 +1590,11 @@
# ---
# check availability of some header files
@@ -16,7 +16,7 @@
check_func fork
check_func gethrtime
-@@ -1807,10 +1807,10 @@
+@@ -1838,10 +1838,10 @@
optimizations="small"
elif enabled optimizations; then
if $cc -v 2>&1 | grep -q xlc; then
@@ -30,19 +30,19 @@
fi
fi
check_cflags -fno-math-errno
-@@ -2169,7 +2169,7 @@
+@@ -2206,7 +2206,7 @@
Conflicts:
- Libs: -L\${libdir} -l${shortname}
- Libs.private: $libs
+ Libs: -L\${libdir} -l${shortname} $(disabled shared && echo $libs)
+ Libs.private: $(enabled shared && echo $libs)
-Cflags: -I\${includedir}
+Cflags: -I\${includedir} -I\${includedir}/$name
EOF
- cat <<EOF >$name-uninstalled.pc
+ cat <<EOF > $name-uninstalled.pc
prefix=
-@@ -2184,7 +2184,7 @@
+@@ -2220,7 +2220,7 @@
+ Requires: $requires
Conflicts:
- Libs: \${libdir}/${LIBPREF}${shortname}${LIBSUF}
- Libs.private: $libs
+ Libs: \${libdir}/${LIBPREF}${shortname}${LIBSUF} $libs
-Cflags: -I\${includedir}
+Cflags: -I\${includedir} -I\${includedir}/$name
EOF
|