Skip to content

Commit

Permalink
tests/fate/hlsenc: ffprobe is needed for hls-fmp4_ac3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cehoyos committed Jan 24, 2021
1 parent e0ca8a7 commit 9c9174b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fate/hlsenc.mak
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ tests/data/hls_fmp4_ac3.m3u8: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data
$(TARGET_PATH)/tests/data/hls_fmp4_ac3.m3u8 2>/dev/null

FATE_HLSENC-$(call ALLYES, HLS_DEMUXER EAC3_DEMUXER) += fate-hls-fmp4_ac3
fate-hls-fmp4_ac3: tests/data/hls_fmp4_ac3.m3u8
fate-hls-fmp4_ac3: ffprobe$(PROGSSUF)$(EXESUF) tests/data/hls_fmp4_ac3.m3u8
fate-hls-fmp4_ac3: CMD = probeaudiostream $(TARGET_PATH)/tests/data/now_ac3.mp4

FATE_SAMPLES_FFMPEG += $(FATE_HLSENC-yes)
Expand Down

0 comments on commit 9c9174b

Please sign in to comment.