- 20110811 snapshot (ABI 116) - fix snapshot script to include version.h properly - link x264 binary to the shared libraryel8
parent
d608ac4eb7
commit
a2219f8356
@ -1 +1 @@
|
|||||||
x264-stable-20110714.tar.bz2
|
x264-stable-20110811.tar.bz2
|
||||||
|
@ -1 +1 @@
|
|||||||
80191c61a9480435ef3b3219203a214b x264-stable-20110714.tar.bz2
|
86529759b0153927f8bd82197283ea82 x264-stable-20110811.tar.bz2
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
diff -up x264-stable-20110714/configure.nover x264-stable-20110714/configure
|
diff -up x264-stable-20110811/configure.nover x264-stable-20110811/configure
|
||||||
--- x264-stable-20110714/configure.nover 2011-07-14 19:40:29.000000000 +0200
|
--- x264-stable-20110811/configure.nover 2011-08-11 20:21:38.000000000 +0200
|
||||||
+++ x264-stable-20110714/configure 2011-07-14 19:42:02.213802421 +0200
|
+++ x264-stable-20110811/configure 2011-08-11 20:27:39.000000000 +0200
|
||||||
@@ -1038,7 +1038,7 @@ fi
|
@@ -1057,7 +1057,7 @@ fi
|
||||||
echo "LDFLAGSCLI = $LDFLAGSCLI" >> config.mak
|
echo "LDFLAGSCLI = $LDFLAGSCLI" >> config.mak
|
||||||
echo "CLI_LIBX264 = $CLI_LIBX264" >> config.mak
|
echo "CLI_LIBX264 = $CLI_LIBX264" >> config.mak
|
||||||
|
|
||||||
-./version.sh >> config.h
|
-./version.sh >> x264_config.h
|
||||||
+cat version.h >> config.h
|
+cat version.h >> x264_config.h
|
||||||
|
|
||||||
pclibs="-L$libdir -lx264 $libpthread"
|
pclibs="-L$libdir -lx264 $libpthread"
|
||||||
|
|
||||||
|
Loading…
Reference in new issue