Skip to content

Commit

Permalink
#970: include lame and mad dylibs for mp3 support
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@11426 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Dec 18, 2015
1 parent a4aaf60 commit 30acee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osx/make-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,10 @@ for GST_VERSION in "0.10" "1.0"; do
if [ "$STRIP_GSTREAMER_PLUGINS" == "1" ]; then
KEEP="./gstreamer-$GST_VERSION.keep"
mkdir ${KEEP}
PLUGINS="app audio coreelements faac faad flac ogg oss osxaudio speex gdp volume vorbis wav"
PLUGINS="app audio coreelements faac faad flac ogg oss osxaudio speex gdp volume vorbis wav lame mad"
if [ $GST_VERSION == "0.10" ]; then
#only found in 0.10:
PLUGINS="$PLUGINS lame mad mpegaudioparse python"
PLUGINS="$PLUGINS mpegaudioparse python"
fi
for x in $PLUGINS; do
echo "* keeping "$x
Expand Down

0 comments on commit 30acee2

Please sign in to comment.