Skip to content

Commit

Permalink
BUILD: use --with-ffmpeg for make distcheck (improve test coverage)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <stefan@space.twc.de>
  • Loading branch information
swesterfeld committed Dec 27, 2024
1 parent 9941f56 commit c4b0264
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
AUTOMAKE_OPTIONS = dist-zstd no-dist-gzip

# build & test everything (HLS included) during make distcheck
AM_DISTCHECK_CONFIGURE_FLAGS = --with-ffmpeg

SUBDIRS = src tests
ACLOCAL_AMFLAGS = -I m4

Expand Down

0 comments on commit c4b0264

Please sign in to comment.