SOURCES: libquicktime-ffmpeg.patch (NEW) - fix ffmpeg detection wi...

qboosh qboosh at pld-linux.org
Wed Oct 26 21:24:54 CEST 2005


Author: qboosh                       Date: Wed Oct 26 19:24:54 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix ffmpeg detection with DEVEL ffmpeg

---- Files affected:
SOURCES:
   libquicktime-ffmpeg.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libquicktime-ffmpeg.patch
diff -u /dev/null SOURCES/libquicktime-ffmpeg.patch:1.1
--- /dev/null	Wed Oct 26 21:24:54 2005
+++ SOURCES/libquicktime-ffmpeg.patch	Wed Oct 26 21:24:49 2005
@@ -0,0 +1,12 @@
+--- libquicktime-0.9.7/acinclude.m4.orig	2005-01-09 23:50:53.000000000 +0100
++++ libquicktime-0.9.7/acinclude.m4	2005-10-26 19:02:23.392364784 +0200
+@@ -387,7 +387,8 @@
+     if(LIBAVCODEC_BUILD < $1)
+       return -1;
+     output=fopen("avcodec_version", "w");
+-    fprintf(output, LIBAVCODEC_VERSION);
++#define VQUOTE(a) #a
++    fprintf(output, VQUOTE(LIBAVCODEC_VERSION));
+     fclose(output);
+     return 0;
+     }
================================================================



More information about the pld-cvs-commit mailing list