diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/x264/.footprint.i686 | 4 | ||||
-rw-r--r-- | extra/x264/.footprint.x86_64 | 4 | ||||
-rw-r--r-- | extra/x264/.md5sum.i686 | 2 | ||||
-rw-r--r-- | extra/x264/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | extra/x264/Pkgfile | 3 |
5 files changed, 7 insertions, 8 deletions
diff --git a/extra/x264/.footprint.i686 b/extra/x264/.footprint.i686 index 4d8bb1b76..988ea4a0d 100644 --- a/extra/x264/.footprint.i686 +++ b/extra/x264/.footprint.i686 @@ -5,7 +5,7 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/x264.h -rw-r--r-- root/root usr/include/x264_config.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.115 --rw-r--r-- root/root usr/lib/libx264.so.115 +lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.116 +-rw-r--r-- root/root usr/lib/libx264.so.116 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/x264.pc diff --git a/extra/x264/.footprint.x86_64 b/extra/x264/.footprint.x86_64 index 4d8bb1b76..988ea4a0d 100644 --- a/extra/x264/.footprint.x86_64 +++ b/extra/x264/.footprint.x86_64 @@ -5,7 +5,7 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/x264.h -rw-r--r-- root/root usr/include/x264_config.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.115 --rw-r--r-- root/root usr/lib/libx264.so.115 +lrwxrwxrwx root/root usr/lib/libx264.so -> libx264.so.116 +-rw-r--r-- root/root usr/lib/libx264.so.116 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/x264.pc diff --git a/extra/x264/.md5sum.i686 b/extra/x264/.md5sum.i686 index a3c2dd85b..3b7a493a8 100644 --- a/extra/x264/.md5sum.i686 +++ b/extra/x264/.md5sum.i686 @@ -1 +1 @@ -ef95d1c1aa104b4746112394542325f7 x264-snapshot-20110630-2245.tar.bz2 +2eb7b9e53ae1662f2ac925ad760af8da x264-snapshot-20110714-2245.tar.bz2 diff --git a/extra/x264/.md5sum.x86_64 b/extra/x264/.md5sum.x86_64 index a3c2dd85b..3b7a493a8 100644 --- a/extra/x264/.md5sum.x86_64 +++ b/extra/x264/.md5sum.x86_64 @@ -1 +1 @@ -ef95d1c1aa104b4746112394542325f7 x264-snapshot-20110630-2245.tar.bz2 +2eb7b9e53ae1662f2ac925ad760af8da x264-snapshot-20110714-2245.tar.bz2 diff --git a/extra/x264/Pkgfile b/extra/x264/Pkgfile index bdd1e833a..d287d611e 100644 --- a/extra/x264/Pkgfile +++ b/extra/x264/Pkgfile @@ -6,7 +6,7 @@ # Run on: yasm name=x264 -version=20110630 +version=20110714 release=1 source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$version-2245.tar.bz2) @@ -20,7 +20,6 @@ build() { ./configure \ --prefix=/usr \ --enable-pic \ - --enable-pthread \ --enable-shared make |