Commit 86edeb91 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Add intel_media_sdk dependency to ffmpeg (#5413)

parent 32c323ad
......@@ -32,6 +32,7 @@ class Ffmpeg < Package
depends_on 'fribidi'
depends_on 'gsm'
depends_on 'intel_media_driver' if ARCH == 'x86_64' && `grep -c 'GenuineIntel' /proc/cpuinfo`.to_i.positive?
depends_on 'intel_media_sdk' if ARCH == 'x86_64' && `grep -c 'GenuineIntel' /proc/cpuinfo`.to_i.positive?
depends_on 'jack'
depends_on 'ladspa'
depends_on 'libaom'
......
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