From 2a18a801ecd4c952bc862a6dca7635f1444bbc4c Mon Sep 17 00:00:00 2001 From: mid-kid Date: Mon, 19 Dec 2016 17:53:29 +0100 Subject: [PATCH] Add libvorbis support to ffmpeg --- satellites/ffmpeg.sat | 1 + 1 file changed, 1 insertion(+) diff --git a/satellites/ffmpeg.sat b/satellites/ffmpeg.sat index 74a7aaf..8a9e72b 100644 --- a/satellites/ffmpeg.sat +++ b/satellites/ffmpeg.sat @@ -13,6 +13,7 @@ cd "$name-$version" # Not using compile_configure due to that. ./configure --disable-static --enable-shared --enable-openssl \ --enable-libvpx \ + --enable-libvorbis \ --prefix="/$dir_prefix" \ --bindir="/$dir_prefix/$dir_bindir" \ --libdir="/$dir_prefix/$dir_libdir" \