summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-21 05:12:55 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-21 05:12:55 -0500
commitc58e0d8311d97fc2130e99f4b5a705392a7159de (patch)
tree318ba4282c6b906afb58fdefcaaa1b2c754e03e6
parentd274815522f71653ed3092057fc91a5962f2bd88 (diff)
downloadpackages-c58e0d8311d97fc2130e99f4b5a705392a7159de.tar.gz
packages-c58e0d8311d97fc2130e99f4b5a705392a7159de.tar.bz2
packages-c58e0d8311d97fc2130e99f4b5a705392a7159de.tar.xz
packages-c58e0d8311d97fc2130e99f4b5a705392a7159de.zip
user/ffmpeg: enable x264. pls sue @Elizafox if this is illegal, she told me it's ok
-rw-r--r--user/ffmpeg/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/user/ffmpeg/APKBUILD b/user/ffmpeg/APKBUILD
index 04f196d61..28f169506 100644
--- a/user/ffmpeg/APKBUILD
+++ b/user/ffmpeg/APKBUILD
@@ -13,7 +13,7 @@ options="!check textrels" # Test suite requires proper licensing headers on all
# which upstream does not provide.
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
makedepends="gnutls-dev lame-dev libvorbis-dev xvidcore-dev zlib-dev libvdpau-dev
- imlib2-dev libtheora-dev coreutils bzip2-dev perl-dev libvpx-dev
+ imlib2-dev libtheora-dev coreutils bzip2-dev perl-dev libvpx-dev x264-dev
pulseaudio-dev sdl2-dev libxfixes-dev libva-dev alsa-lib-dev rtmpdump-dev
v4l-utils-dev yasm opus-dev x265-dev xz-dev freetype-dev speex-dev
ladspa-dev libcdio-dev libcdio-paranoia-dev wavpack-dev libwebp-dev"
@@ -58,6 +58,7 @@ build() {
--enable-libvorbis \
--enable-libvpx \
--enable-libxvid \
+ --enable-libx264 \
--enable-libx265 \
--enable-libtheora \
--enable-libv4l2 \