Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intel/package.use: media-video/ffmpeg enable x86 cpu optimizations #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion conf/intel/portage/package.use/00-sabayon.package.use
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,9 @@ media-video/avidemux qt5 -qt4
media-video/blinkensim aalib
media-video/dvgrab quicktime
virtual/ffmpeg threads ogg vhook faac faad video_cards_nvidia amr cpudetection vpx jpeg2k
media-video/ffmpeg threads ogg vhook faac faad fdk jpeg2k video_cards_nvidia amr cpudetection vpx
media-video/ffmpeg threads ogg vhook faac faad fdk jpeg2k video_cards_nvidia amr vpx
# x86 cpu optimizations, detected at ffmpeg runtime
media-video/ffmpeg cpudetection cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_x86_aes cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_fma3 cpu_flags_x86_fma4 cpu_flags_x86_sse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_ssse3 cpu_flags_x86_xop
media-video/jubler mplayer
media-video/kino gstreamer quicktime
media-video/makemkv -qt4
Expand Down