summaryrefslogtreecommitdiff
blob: 94da64cf9d400da48b14e27d342a7a6343aadaee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: x264-snapshot-20150820-2245/configure
===================================================================
--- x264-snapshot-20150820-2245.orig/configure
+++ x264-snapshot-20150820-2245/configure
@@ -1086,7 +1086,7 @@ fi
 
 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"