summaryrefslogtreecommitdiff
path: root/libre/mplayer
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-03-13 01:51:57 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-03-13 01:51:57 -0300
commitd4a7c6080549dfb2d6aaede18f38cf4429874351 (patch)
tree03ea3c22c6035312c61d8958a1952aac3bc09f93 /libre/mplayer
parentd981e01bc4733dcc2da3e44789f350292b6285ff (diff)
add native FFmpeg AAC encoder on mplayer
Diffstat (limited to 'libre/mplayer')
-rw-r--r--libre/mplayer/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/mplayer/PKGBUILD b/libre/mplayer/PKGBUILD
index 1d82ff323..75cfcb808 100644
--- a/libre/mplayer/PKGBUILD
+++ b/libre/mplayer/PKGBUILD
@@ -66,7 +66,7 @@ build() {
--disable-esd \
--disable-mga \
--disable-ass-internal \
- --disable-faac \
+ --enable-faac-lavc \
--disable-cdparanoia \
--enable-xvmc \
--enable-radio \
@@ -80,7 +80,7 @@ build() {
}
package_mplayer() {
- pkgdesc='Media player for GNU/Linux, without nonfree faac support'
+ pkgdesc='Media player for GNU/Linux, with native FFmpeg AAC encoder support'
install=mplayer.install
backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
depends=(
@@ -109,7 +109,7 @@ package_mplayer() {
}
package_mencoder() {
- pkgdesc='Free command line video decoding, encoding and filtering tool, without nonfree faac support'
+ pkgdesc='Free command line video decoding, encoding and filtering tool, with native FFmpeg AAC encoder support'
depends=(
'enca' 'a52dec' 'libvpx' 'libx264' 'libmng' 'libdca' 'bzip2' 'lame'
'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore'