Skip to content

Commit

Permalink
#3706 package gstlibav on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Apr 14, 2023
1 parent 53e073d commit 4d62441
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packaging/MacOS/Xpra.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@
<binary>
${prefix}/lib/libavformat.*.dylib
</binary>
<binary>
${prefix}/lib/libavutil.*.dylib
</binary>
<binary>
${prefix}/lib/libavfilter.*.dylib
</binary>
<binary>
${prefix}/lib/libswscale.*.dylib
</binary>
Expand Down
2 changes: 1 addition & 1 deletion packaging/MacOS/make-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ if [ "$STRIP_GSTREAMER_PLUGINS" == "1" ]; then
mkdir ${KEEP}
PLUGINS="app audio coreelements cutter removesilence faac faad flac oss osxaudio speex volume vorbis wav lame opus ogg gdp isomp4 matroska videoconvert x264 vpx"
#video support:
PLUGINS="${PLUGINS} vpx x264 aom openh264 videoconvert videorate videoscale"
PLUGINS="${PLUGINS} vpx x264 aom openh264 videoconvert videorate videoscale libav"
for x in $PLUGINS; do
echo "* keeping "$x
mv ${GST_PLUGIN_DIR}/libgst${x}* ${KEEP}/
Expand Down

0 comments on commit 4d62441

Please sign in to comment.