From f529237904cddd34e5f6e8dd715b1440617eced6 Mon Sep 17 00:00:00 2001 From: Suresh Kumar P Date: Fri, 23 May 2008 06:50:10 +0000 Subject: [PATCH] docs/faq/gst-uninstalled: Also support ffmpeg in gst-uninstalled. Original commit message from CVS: patch by: Suresh Kumar P * docs/faq/gst-uninstalled: Also support ffmpeg in gst-uninstalled. --- ChangeLog | 7 +++++++ common | 2 +- docs/faq/gst-uninstalled | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 388e64e96d..7120d3084b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-05-23 Stefan Kost + + patch by: Suresh Kumar P + + * docs/faq/gst-uninstalled: + Also support ffmpeg in gst-uninstalled. + 2008-05-22 Sebastian Dröge * configure.ac: diff --git a/common b/common index 5e771924d5..032f2d973b 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 5e771924d59d9ac912237ea466d0c60ad95df5ab +Subproject commit 032f2d973bd5c9a9b457cb5fc72d13dafe85c01e diff --git a/docs/faq/gst-uninstalled b/docs/faq/gst-uninstalled index 6cd34b5f7e..3f195b6eb2 100755 --- a/docs/faq/gst-uninstalled +++ b/docs/faq/gst-uninstalled @@ -52,6 +52,13 @@ PATH=$GST/gstreamer/tools:$GST/gst-plugins/tools:$GST/gst-player/src:$GST/gst-ed LD_LIBRARY_PATH=$GST/prefix/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} DYLD_LIBRARY_PATH=$GST/prefix/lib${DYLD_LIBRARY_PATH:+:$DYLD_LIBRARY_PATH} +# Gstreamer ffmpeg libraries +for path in libavformat libavutil libavcodec libpostproc libavdevice +do + LD_LIBRARY_PATH=$GST/gst-ffmpeg/gst-libs/ext/ffmpeg/$path:$LD_LIBRARY_PATH + DYLD_LIBRARY_PATH=$GST/gst-ffmpeg/gst-libs/ext/ffmpeg/$path:$DYLD_LIBRARY_PATH +done + # GStreamer plugins bad libraries for path in app do