]> git.pld-linux.org Git - packages/ffmpeg.git/blame - ffmpeg-imlib2.patch
- 0.4.7, updated opt,imlib2,libtool patches
[packages/ffmpeg.git] / ffmpeg-imlib2.patch
CommitLineData
539b540f
JB
1--- ffmpeg-0.4.6/configure.orig Fri Dec 27 15:35:45 2002
2+++ ffmpeg-0.4.6/configure Sun Jan 5 02:31:48 2003
3@@ -226,7 +226,7 @@
4 EOF
5
6 imlib2=no
2a60eebe
JB
7-if $cc -o $TMPE $TMPC -lImlib2 2> /dev/null ; then
8+if $cc -I/usr/X11R6/include -L/usr/X11R6/lib -o $TMPE $TMPC -lImlib2 2> /dev/null ; then
539b540f
JB
9 imlib2=yes
10 fi
11
This page took 0.094183 seconds and 4 git commands to generate.