gstreamer/Makefile.am
Mark Nauwelaerts 1d1f55edf7 Distribute intended ffmpeg revision(s) and include more files.
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).
2009-01-28 13:02:50 +01:00

24 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