mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
f6186655c5
Original commit message from CVS: Merging GST_FFMPEG_NO_MIRROR branch to trunk
23 lines
410 B
Makefile
23 lines
410 B
Makefile
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
SUBDIRS = $(FFMPEG_SUBDIRS) ext docs common tests
|
|
|
|
win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
|
|
|
|
debug:
|
|
echo $(win32)
|
|
|
|
EXTRA_DIST = \
|
|
gst-ffmpeg.spec depcomp ffmpegrev \
|
|
AUTHORS COPYING NEWS README ChangeLog gst-ffmpeg.doap \
|
|
$(win32)
|
|
|
|
ACLOCAL_AMFLAGS = -I common/m4
|
|
|
|
include $(top_srcdir)/common/release.mak
|
|
|
|
check-valgrind:
|
|
@true
|
|
|
|
check-torture:
|
|
@true
|