summaryrefslogtreecommitdiff
path: root/README.gstreamer-legacy
diff options
context:
space:
mode:
Diffstat (limited to 'README.gstreamer-legacy')
-rw-r--r--README.gstreamer-legacy13
1 files changed, 0 insertions, 13 deletions
diff --git a/README.gstreamer-legacy b/README.gstreamer-legacy
deleted file mode 100644
index 9d66758..0000000
--- a/README.gstreamer-legacy
+++ /dev/null
@@ -1,13 +0,0 @@
-If you only want to compile gupnp-dlna with a gstreamer-0.10 back-end, you have to
-do the following:
-
-./configure --disable-gstreamer-metadata-backend \
- --enable-legacy-gstreamer-metadata-backend \
- --with-default-metadata-backend=gstreamer-legacy
-
-This disables the GStreamer 1.0 back-end, enables the 0.10 back-end and makes
-it the default one.
-
-If you omit the last configure option, the default will be the "normal"
-GStreamer back-end and you need to explicitly set the back-end in your code or
-environment.