mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
Makefile.am: Include common/win32.mak for CRLF check of win32 project files (see #393626).
Original commit message from CVS: * Makefile.am: Include common/win32.mak for CRLF check of win32 project files (see #393626).
This commit is contained in:
parent
a0bae2f656
commit
ecadbbced7
3 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
Include common/win32.mak for CRLF check of win32 project
|
||||||
|
files (see #393626).
|
||||||
|
|
||||||
2007-12-17 Sebastian Dröge <slomo@circular-chaos.org>
|
2007-12-17 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
|
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
|
||||||
|
|
|
@ -2,10 +2,8 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||||
|
|
||||||
SUBDIRS = $(FFMPEG_SUBDIRS) ext docs common tests
|
SUBDIRS = $(FFMPEG_SUBDIRS) ext docs common tests
|
||||||
|
|
||||||
win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
|
# include before EXTRA_DIST for win32 assignment
|
||||||
|
include $(top_srcdir)/common/win32.mak
|
||||||
debug:
|
|
||||||
echo $(win32)
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gst-ffmpeg.spec depcomp ffmpegrev \
|
gst-ffmpeg.spec depcomp ffmpegrev \
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 208ef72f86e944e6ba6941c68e57ffcea8d2a8f4
|
Subproject commit 67b8f4e3c576945f4d778c9040876af3a5a0756e
|
Loading…
Reference in a new issue