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