summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/ffmpeg/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/ffmpeg/PKGBUILD')
-rw-r--r--abs/core-testing/ffmpeg/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/abs/core-testing/ffmpeg/PKGBUILD b/abs/core-testing/ffmpeg/PKGBUILD
index f975d34..7e0e8d8 100644
--- a/abs/core-testing/ffmpeg/PKGBUILD
+++ b/abs/core-testing/ffmpeg/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ffmpeg
pkgver=20081220
-pkgrel=2
+pkgrel=3
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
arch=(i686 x86_64)
url="http://ffmpeg.mplayerhq.hu/"
@@ -41,6 +41,8 @@ build() {
# since makepkg currently declines to strip .a files, do this for now
strip --strip-debug $startdir/pkg/usr/lib/*.a || return 1
+ mkdir $startdir/pkg/usr/share/ffmpeg
+ cp $startdir/src/ffmpeg/ffpreset/* $startdir/pkg/usr/share/ffmpeg
}
# vim:set ts=2 sw=2 et: