This reverts commit 808c02f238
.
el8^2
parent
808c02f238
commit
a5fc59d6e2
@ -1,11 +1,13 @@
|
||||
--- ./configure.orig 2019-05-07 00:00:16.289260869 +0100
|
||||
+++ ./configure 2019-05-07 00:03:39.415602593 +0100
|
||||
@@ -1199,7 +1199,7 @@ fi
|
||||
|
||||
--- x264-0.140-20140122-de0bc36/configure.orig 2014-01-22 23:26:55.922650888 +0000
|
||||
+++ x264-0.140-20140122-de0bc36/configure 2014-02-24 02:35:19.263127505 +0000
|
||||
@@ -941,7 +941,9 @@
|
||||
if [ "$gpac" = "auto" -a "$lsmash" != "yes" ] ; then
|
||||
gpac="no"
|
||||
- GPAC_LIBS="-lgpac_static"
|
||||
+ GPAC_LIBS="-lgpac"
|
||||
cc_check "" -lz && GPAC_LIBS="$GPAC_LIBS -lz"
|
||||
GPAC_LIBS="-lgpac_static"
|
||||
- cc_check "" -lz && GPAC_LIBS="$GPAC_LIBS -lz"
|
||||
+ for lib in -lz -lssl -lcrypto -lpng -ljpeg; do
|
||||
+ cc_check "" $lib && GPAC_LIBS="$GPAC_LIBS $lib"
|
||||
+ done
|
||||
if [ "$SYS" = "WINDOWS" ] ; then
|
||||
cc_check "" -lws2_32 && GPAC_LIBS="$GPAC_LIBS -lws2_32"
|
||||
cc_check "" -lwinmm && GPAC_LIBS="$GPAC_LIBS -lwinmm"
|
||||
|
Loading…
Reference in new issue