diff options
Diffstat (limited to 'libraries/gnome-media/README')
-rw-r--r-- | libraries/gnome-media/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/gnome-media/README b/libraries/gnome-media/README new file mode 100644 index 0000000000..7e6aa7f129 --- /dev/null +++ b/libraries/gnome-media/README @@ -0,0 +1,10 @@ +gnome-media is a set of media utilities and libraries for configuring +media-related options for GNOME. + +If you want to build gnome recorder, pass USE_GRECORD=yes to the script +when building. If you want to disable GStreamer properties, pass +USE_GSTPROP=no to the script. To enable the (deprecated) GStreamer +mixer, pass USE_GSTMIX=yes to the script. To disable the gnome media +profile, pass USE_PROFILE=no to the script. + +This requires GConf. |