summaryrefslogtreecommitdiff
path: root/profiles/baldeagleos/1.0/linux-gnu/mix-ins/media/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/baldeagleos/1.0/linux-gnu/mix-ins/media/make.defaults')
-rw-r--r--profiles/baldeagleos/1.0/linux-gnu/mix-ins/media/make.defaults21
1 files changed, 21 insertions, 0 deletions
diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/media/make.defaults b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/media/make.defaults
new file mode 100644
index 000000000000..8561cbb4aad4
--- /dev/null
+++ b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/media/make.defaults
@@ -0,0 +1,21 @@
+# Various media types (optical, usb, etc)
+
+USE="bluray cdr dvd dvdr dvdread usb"
+
+# Consumer-level audio device support (music players, etc.)
+
+# ios, ipod: Apple iOS devices
+# mtp: used by Android phones
+USE="${USE} ios ipod mtp"
+
+# Common media device support
+
+USE="${USE} cdda cdio ieee1394"
+
+# Pro-level video device support
+
+USE="${USE} dc1394 dv iec61883"
+
+# Consumer-level video device support (DVD, BluRay, webcams)
+
+USE="${USE} bluray dvd v4l"