X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcfg-cv.sh;h=153a526b80d21984a6242801caf6608308943400;hp=3ae46732cde71d3c6d494329d4a3f7e4d9609c7e;hb=2f1bbd12877daf745e1d18b62b731f04cece827e;hpb=85234fcbe5f3411fbff770d91472e13e0800a378 diff --git a/cinelerra-5.1/cfg-cv.sh b/cinelerra-5.1/cfg-cv.sh index 3ae46732..153a526b 100755 --- a/cinelerra-5.1/cfg-cv.sh +++ b/cinelerra-5.1/cfg-cv.sh @@ -75,8 +75,8 @@ export MJPEG_CFLAGS="-I$THIRDPARTY/mjpegtools-2.1.0/. \ -I$THIRDPARTY/mjpegtools-2.1.0/lavtools \ -I$THIRDPARTY/mjpegtools-2.1.0/utils" -export LIBX264_CFLAGS="-I$THIRDPARTY/x264-20151229/." -export LIBX264_LIBS="-L$THIRDPARTY/x264-20151229/. -lx264" +export LIBX264_CFLAGS="-I$THIRDPARTY/x264-snapshot-20160220-2245-stable/." +export LIBX264_LIBS="-L$THIRDPARTY/x264-snapshot-20160220-2245-stable/. -lx264" for f in $MJPEG_LIBS $LIBX264_LIBS; do LIBS=`echo "$LIBS" | sed -e "s;[ ]*\<$f\>[ ]*; ;"`