Commit ef25024d authored by Ed Reel's avatar Ed Reel

Remove libxvid configure option

  - Add libfontconfig configure option
  - Remove target configure option from libvpx
parent 1a98aaa8
......@@ -43,6 +43,7 @@ class Ffmpeg < Package
--enable-gray \
--enable-libass \
--enable-libfdk-aac \
--enable-libfontconfig \
--enable-libfreetype \
--enable-libfribidi \
--enable-libmp3lame \
......@@ -60,8 +61,7 @@ class Ffmpeg < Package
--enable-libvpx \
--enable-libwebp \
--enable-libx264 \
--enable-libx265 \
--enable-libxvid"
--enable-libx265"
end
def self.install
......
......@@ -6,7 +6,7 @@ class Libvpx < Package
source_sha1 '9e41a6bb2b991f5542c264676ac452114cda9c7c'
def self.build
system "./configure --target=#{ARCH}-linux-gcc \
system "./configure --prefix=/usr/local \
--enable-shared \
--enable-vp8 \
--enable-vp9 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment