gst-libav: 1.4.4 -> 1.4.5

This commit is contained in:
Danny Rawlins 2015-07-30 13:13:35 +10:00
parent 1eee450d92
commit 71b3289abb
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
64a3e2cda2687132cadca4efdc63f3b4 gst-libav-1.4.4.tar.xz
f4922a46adbcbe7bd01331ff5dc7979d gst-libav-1.4.5.tar.xz

View File

@ -5,7 +5,7 @@
# Depends on: gst-plugins-base yasm
name=gst-libav
version=1.4.4
version=1.4.5
release=1
source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz)
@ -18,5 +18,6 @@ build() {
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}