mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-25 07:26:29 +00:00
docs/faq/gst-uninstalled: Also support ffmpeg in gst-uninstalled.
Original commit message from CVS: patch by: Suresh Kumar P <sureshkumar.pp@gmail.com> * docs/faq/gst-uninstalled: Also support ffmpeg in gst-uninstalled.
This commit is contained in:
parent
3f39fd7ebe
commit
f529237904
3 changed files with 15 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2008-05-23 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
patch by: Suresh Kumar P <sureshkumar.pp@gmail.com>
|
||||||
|
|
||||||
|
* docs/faq/gst-uninstalled:
|
||||||
|
Also support ffmpeg in gst-uninstalled.
|
||||||
|
|
||||||
2008-05-22 Sebastian Dröge <slomo@circular-chaos.org>
|
2008-05-22 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 5e771924d59d9ac912237ea466d0c60ad95df5ab
|
Subproject commit 032f2d973bd5c9a9b457cb5fc72d13dafe85c01e
|
|
@ -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}
|
LD_LIBRARY_PATH=$GST/prefix/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
|
||||||
DYLD_LIBRARY_PATH=$GST/prefix/lib${DYLD_LIBRARY_PATH:+:$DYLD_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
|
# GStreamer plugins bad libraries
|
||||||
for path in app
|
for path in app
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue