]> git.pld-linux.org Git - packages/libx264.git/blob - libx264-gpac.patch
- up to 20130827 snapshot
[packages/libx264.git] / libx264-gpac.patch
1 --- x264-snapshot-20110625-2245/configure.orig  2011-06-27 17:51:45.598468743 +0200
2 +++ x264-snapshot-20110625-2245/configure       2011-06-27 22:04:22.675642925 +0200
3 @@ -806,7 +806,7 @@
4  
5  if [ "$gpac" = "auto" ] ; then
6      gpac="no"
7 -    cc_check "" -lz && GPAC_LIBS="-lgpac_static -lz" || GPAC_LIBS="-lgpac_static"
8 +    cc_check "" -lz && GPAC_LIBS="-lgpac -lz" || GPAC_LIBS="-lgpac"
9      if [ "$SYS" = "WINDOWS" ] ; then
10          GPAC_LIBS="$GPAC_LIBS -lwinmm"
11      fi
This page took 0.060174 seconds and 3 git commands to generate.