]> git.pld-linux.org Git - packages/libx264.git/blobdiff - libx264-gpac.patch
- updated to latest version (last change 20240219; API 164); use API-based versioning...
[packages/libx264.git] / libx264-gpac.patch
index c07c54e468107e43a2e3dd69c59996311aa0b385..4ba3b1eeff073e249f7fe3431762126a46acc6e4 100644 (file)
@@ -1,11 +1,11 @@
---- x264-snapshot-20140328-2245/configure~     2014-03-29 08:43:39.000000000 +0100
-+++ x264-snapshot-20140328-2245/configure      2014-03-29 08:44:32.177299477 +0100
-@@ -950,7 +950,7 @@
- if [ "$gpac" = "auto" -a "$lsmash" != "yes" ] ; then
-     gpac="no"
--    GPAC_LIBS="-lgpac_static"
-+    GPAC_LIBS="-lgpac"
-     cc_check "" -lz && GPAC_LIBS="$GPAC_LIBS -lz"
-     if [ "$SYS" = "WINDOWS" ] ; then
-         cc_check "" -lws2_32 && GPAC_LIBS="$GPAC_LIBS -lws2_32"
+--- x264-12426f5f4906e34d483a07da0debb6d56c6f8434/configure.orig       2024-02-20 00:03:00.000000000 +0100
++++ x264-12426f5f4906e34d483a07da0debb6d56c6f8434/configure    2024-02-28 06:09:32.303124601 +0100
+@@ -1285,7 +1285,7 @@ if [ "$gpac" = "auto" -a "$lsmash" != "y
+         fi
+     fi
+     if [ -z "$GPAC_LIBS" ] ; then
+-        GPAC_LIBS="-lgpac_static"
++        GPAC_LIBS="-lgpac"
+         cc_check "" -lz && GPAC_LIBS="$GPAC_LIBS -lz"
+         cc_check "" -ldl && GPAC_LIBS="$GPAC_LIBS -ldl"
+         if [ "$SYS" = "WINDOWS" ] ; then
This page took 0.031546 seconds and 4 git commands to generate.