mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
10e4f37d31
Original commit message from CVS: * Makefile.am: * configure.ac: * tests/Makefile.am: * tests/check/.cvsignore: * tests/check/Makefile.am: * tests/check/generic/.cvsignore: Add test infrastructure to gst-ffmpeg (#324279).
17 lines
288 B
Makefile
17 lines
288 B
Makefile
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
SUBDIRS = gst-libs ext docs common tests
|
|
|
|
EXTRA_DIST = \
|
|
gst-ffmpeg.spec depcomp \
|
|
AUTHORS COPYING NEWS README ChangeLog
|
|
|
|
ACLOCAL_AMFLAGS = -I common/m4
|
|
|
|
include $(top_srcdir)/common/release.mak
|
|
|
|
check-valgrind:
|
|
@true
|
|
|
|
check-torture:
|
|
@true
|