Fix alternative gstreamer plugin paths.

This commit is contained in:
John Maguire 2010-09-07 13:14:40 +00:00
parent c83394b6b4
commit d556954eaf
1 changed files with 2 additions and 2 deletions

4
dist/macdeploy.py vendored
View File

@ -97,8 +97,8 @@ GSTREAMER_PLUGINS=[
]
GSTREAMER_SEARCH_PATH=[
'/usr/local/gstreamer-0.10',
'/usr/local/gstreamer-0.10/gstreamer-0.10',
'/usr/local/lib/gstreamer-0.10',
'/usr/local/lib/gstreamer-0.10/gstreamer-0.10',
'/sw/lib/gstreamer-0.10',
'/sw/lib/gstreamer-0.10/gstreamer-0.10',
]