diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 14:05:14 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 14:05:14 +0100 |
commit | 8e7507673f7e10e0b409936f007680e95b779e27 (patch) | |
tree | b988111ad8e8a8c75125905b65031b88295e6385 /profiles/desktop | |
parent | profiles/desktop: Enable hidpi USE flag by default (diff) | |
download | portage-8e7507673f7e10e0b409936f007680e95b779e27.tar.xz |
profiles/desktop: Enable v4l USE flag by default
Diffstat (limited to 'profiles/desktop')
-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 f1ce58e0..28d142bf 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 vdpau xvmc" +USE="${USE} video dga dvd drm egl hidpi libv4l v4l v4l2 vdpau xvmc" # Video codec USE="${USE} ffmpeg matroska mp4 mpeg ogg ogm quicktime theora xine" |