]> git.pld-linux.org Git - packages/libquicktime.git/blame - libquicktime-ffmpeg.patch
- now we have proper ffmpeg
[packages/libquicktime.git] / libquicktime-ffmpeg.patch
CommitLineData
27e052d7
JB
1--- libquicktime-0.9.7/acinclude.m4.orig 2005-01-09 23:50:53.000000000 +0100
2+++ libquicktime-0.9.7/acinclude.m4 2005-10-26 19:02:23.392364784 +0200
3@@ -387,7 +387,8 @@
4 if(LIBAVCODEC_BUILD < $1)
5 return -1;
6 output=fopen("avcodec_version", "w");
7- fprintf(output, LIBAVCODEC_VERSION);
8+#define VQUOTE(a) #a
9+ fprintf(output, VQUOTE(LIBAVCODEC_VERSION));
10 fclose(output);
11 return 0;
12 }
This page took 0.063139 seconds and 4 git commands to generate.