Skip to content
Snippets Groups Projects
Verified Commit c58e0d83 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/ffmpeg: enable x264. pls sue @Elizafox if this is illegal, she told me it's ok

parent d2748155
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment