mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
9c483ee5a2
Original commit message from CVS: * Makefile.am: * gst-ffmpeg.doap: * gst-ffmpeg.spec.in: add doap file
17 lines
313 B
Makefile
17 lines
313 B
Makefile
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
SUBDIRS = $(FFMPEG_SUBDIRS) ext docs common tests
|
|
|
|
EXTRA_DIST = \
|
|
gst-ffmpeg.spec depcomp \
|
|
AUTHORS COPYING NEWS README ChangeLog gst-ffmpeg.doap
|
|
|
|
ACLOCAL_AMFLAGS = -I common/m4
|
|
|
|
include $(top_srcdir)/common/release.mak
|
|
|
|
check-valgrind:
|
|
@true
|
|
|
|
check-torture:
|
|
@true
|