Skip to content

Commit

Permalink
#3964 include test video sinks
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Mar 22, 2024
1 parent 9bb4776 commit 91ee811
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/MacOS/make-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ if [ "$STRIP_GSTREAMER_PLUGINS" == "1" ]; then
KEEP="./gstreamer-1.0.keep"
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 sink for testing:
PLUGINS="${PLUGINS} autodetect osxvideo"
#video support:
PLUGINS="${PLUGINS} vpx x264 aom openh264 videoconvert videorate videoscale libav"
for x in $PLUGINS; do
Expand Down

0 comments on commit 91ee811

Please sign in to comment.