]> git.pld-linux.org Git - packages/libx264.git/blob - libx264-gpac.patch
add static_libs bcond
[packages/libx264.git] / libx264-gpac.patch
1 --- x264-snapshot-20140328-2245/configure~      2014-03-29 08:43:39.000000000 +0100
2 +++ x264-snapshot-20140328-2245/configure       2014-03-29 08:44:32.177299477 +0100
3 @@ -950,7 +950,7 @@
4  
5  if [ "$gpac" = "auto" -a "$lsmash" != "yes" ] ; then
6      gpac="no"
7 -    GPAC_LIBS="-lgpac_static"
8 +    GPAC_LIBS="-lgpac"
9      cc_check "" -lz && GPAC_LIBS="$GPAC_LIBS -lz"
10      if [ "$SYS" = "WINDOWS" ] ; then
11          cc_check "" -lws2_32 && GPAC_LIBS="$GPAC_LIBS -lws2_32"
This page took 0.167861 seconds and 3 git commands to generate.