diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 14:07:12 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 14:07:12 +0100 |
commit | f9f1c73c35a9f2ec83f224548c73953fd4994c12 (patch) | |
tree | b0cd50d6593042cf54b74a0f979e4679835912d7 | |
parent | profiles/desktop: Enable vaapi USE flag by default (diff) | |
download | portage-f9f1c73c35a9f2ec83f224548c73953fd4994c12.tar.xz |
profiles/desktop: Enable vpx USE flag by default
-rw-r--r-- | profiles/desktop/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index 12776bd4..9a0f9528 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -65,7 +65,7 @@ USE="${USE} alsa audioscrobbler gstreamer pulseaudio scrobbler" USE="${USE} a52 aacplus amr cdio cddb cdparanoia dirac faac gsm lame mp3 musepack mtp schroedinger shine sound sndfile speex taglib twolame vorbis wavpack wma-fixed" # Video systems -USE="${USE} video dga dvd drm egl hidpi libv4l sdl v4l v4l2 vaapi vdpau xvmc" +USE="${USE} video dga dvd drm egl hidpi libv4l sdl v4l v4l2 vaapi vpx vdpau xvmc" # Video codec USE="${USE} ffmpeg matroska mp4 mpeg ogg ogm quicktime theora xine" |