]> git.pld-linux.org Git - packages/libx264.git/blob - libx264-gpac.patch
add static_libs bcond
[packages/libx264.git] / libx264-gpac.patch
1 --- x264-12426f5f4906e34d483a07da0debb6d56c6f8434/configure.orig        2024-02-20 00:03:00.000000000 +0100
2 +++ x264-12426f5f4906e34d483a07da0debb6d56c6f8434/configure     2024-02-28 06:09:32.303124601 +0100
3 @@ -1285,7 +1285,7 @@ if [ "$gpac" = "auto" -a "$lsmash" != "y
4          fi
5      fi
6      if [ -z "$GPAC_LIBS" ] ; then
7 -        GPAC_LIBS="-lgpac_static"
8 +        GPAC_LIBS="-lgpac"
9          cc_check "" -lz && GPAC_LIBS="$GPAC_LIBS -lz"
10          cc_check "" -ldl && GPAC_LIBS="$GPAC_LIBS -ldl"
11          if [ "$SYS" = "WINDOWS" ] ; then
This page took 0.098019 seconds and 4 git commands to generate.