mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
add win32 - fixes 149981
Original commit message from CVS: add win32 - fixes 149981
This commit is contained in:
parent
2797299404
commit
756dc098f7
3 changed files with 51 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-08-13 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* Makefile.am:
|
||||
* win32/MANIFEST:
|
||||
add win32 dir to the build. Fixes #149981.
|
||||
|
||||
2004-08-13 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
20
Makefile.am
20
Makefile.am
|
@ -29,14 +29,16 @@ ACLOCAL_AMFLAGS = -I common/m4
|
|||
aclocaldir = $(datadir)/aclocal
|
||||
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4
|
||||
|
||||
SUBDIRS = include gst libs tools \
|
||||
SUBDIRS = \
|
||||
include gst libs tools \
|
||||
$(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) \
|
||||
pkgconfig po \
|
||||
common \
|
||||
$(SUBDIRS_DOCS)
|
||||
|
||||
# These are all the possible subdirs
|
||||
DIST_SUBDIRS = include libs gst \
|
||||
DIST_SUBDIRS = \
|
||||
include libs gst \
|
||||
tools \
|
||||
tests testsuite \
|
||||
examples \
|
||||
|
@ -45,10 +47,16 @@ DIST_SUBDIRS = include libs gst \
|
|||
common \
|
||||
docs
|
||||
|
||||
EXTRA_DIST = gstreamer.spec gstreamer.spec.in gst-element-check.m4 \
|
||||
configure.ac autogen.sh depcomp \
|
||||
REQUIREMENTS ABOUT-NLS DOCBUILDING DEVEL RELEASE \
|
||||
idiottest.mak
|
||||
win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
|
||||
|
||||
debug:
|
||||
echo $(win32)
|
||||
EXTRA_DIST = \
|
||||
gstreamer.spec gstreamer.spec.in gst-element-check.m4 \
|
||||
configure.ac autogen.sh depcomp \
|
||||
REQUIREMENTS ABOUT-NLS DOCBUILDING DEVEL RELEASE \
|
||||
$(win32) \
|
||||
idiottest.mak
|
||||
|
||||
CLEANFILES = gst-element-check-@GST_MAJORMINOR@.m4
|
||||
|
||||
|
|
31
win32/MANIFEST
Normal file
31
win32/MANIFEST
Normal file
|
@ -0,0 +1,31 @@
|
|||
win32/config.h
|
||||
win32/dirent.c
|
||||
win32/dirent.h
|
||||
win32/gstbytestream.def
|
||||
win32/gstbytestream.vcproj
|
||||
win32/gstconfig.h
|
||||
win32/gstelements.vcproj
|
||||
win32/gstenumtypes.c
|
||||
win32/gstenumtypes.h
|
||||
win32/gstgetbits.def
|
||||
win32/gstgetbits.vcproj
|
||||
win32/gst-inspect.vcproj
|
||||
win32/gst-launch.vcproj
|
||||
win32/gstoptimalscheduler.vcproj
|
||||
win32/gstreamer-dbg.def
|
||||
win32/gstreamer.def
|
||||
win32/GStreamer.vcproj
|
||||
win32/gst-register.vcproj
|
||||
win32/gstspider.vcproj
|
||||
win32/gstversion.h
|
||||
win32/gtchar.h
|
||||
win32/Makefile
|
||||
win32/Makefile.inspect
|
||||
win32/Makefile.launch
|
||||
win32/Makefile.register
|
||||
win32/MANIFEST
|
||||
win32/mman.c
|
||||
win32/mman.h
|
||||
win32/mman.inl
|
||||
win32/msvc71.sln
|
||||
win32/README.txt
|
Loading…
Reference in a new issue