Magellan Linux

Contents of /trunk/ffmpeg/patches/ffmpeg-20080531-libdir.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 629 - (show annotations) (download)
Sat May 31 16:51:37 2008 UTC (15 years, 11 months ago) by niro
File size: 398 byte(s)
-re-diffed

1 diff -Naur ffmpeg-20080531/configure ffmpeg-20080531-magellan/configure
2 --- ffmpeg-20080531/configure 2008-05-31 18:51:00.000000000 +0200
3 +++ ffmpeg-20080531-magellan/configure 2008-05-31 18:56:32.000000000 +0200
4 @@ -899,7 +899,7 @@
5
6 # installation paths
7 prefix="/usr/local"
8 -libdir='$(PREFIX)/lib'
9 +libdir="$libdir"
10 shlibdir="$libdir"
11 incdir='$(PREFIX)/include'
12 mandir='$(PREFIX)/share/man'