mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 04:11:31 +00:00
1d1f55edf7
Bring make dist in sync with autogen.sh's retrieval of ffmpeg checkout, which also includes an update to selected revision of libswscale external. Also include *.S files (needed for e.g. ARM build).
23 lines
512 B
Makefile
23 lines
512 B
Makefile
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
COMMON_SUBDIRS = ext docs common tests
|
|
SUBDIRS = $(FFMPEG_SUBDIRS) $(COMMON_SUBDIRS)
|
|
DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs
|
|
|
|
# include before EXTRA_DIST for win32 assignment
|
|
include $(top_srcdir)/common/win32.mak
|
|
|
|
EXTRA_DIST = \
|
|
gst-ffmpeg.spec depcomp ffmpegrev autogen.sh \
|
|
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
|