mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
Generate a win32 config.h into win32/common and add to MANIFEST so it gets disted (#393890). Looks like win32/common/...
Original commit message from CVS: * configure.ac: * win32/MANIFEST: Generate a win32 config.h into win32/common and add to MANIFEST so it gets disted (#393890). Looks like win32/common/config.h.in needs some work though.
This commit is contained in:
parent
8f73fe167e
commit
f41decd66a
4 changed files with 13 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-04-25 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
* win32/MANIFEST:
|
||||
Generate a win32 config.h into win32/common and add to MANIFEST so
|
||||
it gets disted (#393890). Looks like win32/common/config.h.in needs
|
||||
some work though.
|
||||
|
||||
2007-04-22 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 765d03a88492fb4ac81d70457f671f3a109e93de
|
||||
Subproject commit a19d235c89d99ca7849078d501129f521e30d98d
|
|
@ -464,6 +464,7 @@ common/Makefile
|
|||
common/m4/Makefile
|
||||
m4/Makefile
|
||||
po/Makefile.in
|
||||
win32/common/config.h
|
||||
gst-plugins-ugly.spec
|
||||
)
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
win32/MANIFEST
|
||||
win32/common/config.h
|
||||
win32/common/config.h.in
|
||||
win32/vs6/gst_plugins_ugly.dsw
|
||||
win32/vs6/libgstac3parse.dsp
|
||||
win32/vs6/libgstasfdemux.dsp
|
||||
|
@ -10,4 +12,4 @@ win32/vs6/libgstmad.dsp
|
|||
win32/vs6/libgstmpegaudioparse.dsp
|
||||
win32/vs6/libgstmpegstream.dsp
|
||||
win32/vs6/libgstrealmedia.dsp
|
||||
win32/vs6/libgstsynaesthesia.dsp
|
||||
win32/vs6/libgstsynaesthesia.dsp
|
||||
|
|
Loading…
Reference in a new issue