mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
remove glib_root add hack rule for .Plo files
Original commit message from CVS: remove glib_root add hack rule for .Plo files
This commit is contained in:
parent
4c0511c1df
commit
47be812c27
6 changed files with 40 additions and 26 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* common/glib-gen.mak:
|
||||||
|
add hack rule to touch .Plo files
|
||||||
|
* gst-libs/gst/colorbalance/Makefile.am:
|
||||||
|
* gst-libs/gst/mixer/Makefile.am:
|
||||||
|
* gst-libs/gst/play/Makefile.am:
|
||||||
|
* gst-libs/gst/tuner/Makefile.am:
|
||||||
|
remove glib_root variable
|
||||||
|
|
||||||
2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||||
|
|
||||||
* gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
|
* gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 0f9fe900b0757fd2450454a1af24146b47aaaac2
|
Subproject commit 28760b093e73a78cdd0c1fba76baa5d87dc2c0f2
|
|
@ -1,7 +1,6 @@
|
||||||
# variables used for enum/marshal generation
|
# variables used for enum/marshal generation
|
||||||
glib_enum_headers=$(colorbalance_headers)
|
glib_enum_headers=$(colorbalance_headers)
|
||||||
glib_enum_define=GST_COLOR_BALANCE
|
glib_enum_define=GST_COLOR_BALANCE
|
||||||
glib_root=colorbalance
|
|
||||||
glib_enum_prefix=gst_color_balance
|
glib_enum_prefix=gst_color_balance
|
||||||
|
|
||||||
libgstcolorbalanceincludedir = \
|
libgstcolorbalanceincludedir = \
|
||||||
|
@ -11,9 +10,13 @@ colorbalance_headers = \
|
||||||
colorbalance.h \
|
colorbalance.h \
|
||||||
colorbalancechannel.h
|
colorbalancechannel.h
|
||||||
|
|
||||||
|
built_sources = \
|
||||||
|
colorbalance-marshal.c \
|
||||||
|
colorbalance-enumtypes.c
|
||||||
|
|
||||||
built_headers = \
|
built_headers = \
|
||||||
$(glib_root)-marshal.h \
|
colorbalance-marshal.h \
|
||||||
$(glib_root)-enumtypes.h
|
colorbalance-enumtypes.h
|
||||||
|
|
||||||
libgstcolorbalanceinclude_HEADERS = $(colorbalance_headers) $(built_headers)
|
libgstcolorbalanceinclude_HEADERS = $(colorbalance_headers) $(built_headers)
|
||||||
|
|
||||||
|
@ -22,16 +25,15 @@ noinst_LTLIBRARIES = libgstcolorbalance.la
|
||||||
libgstcolorbalance_la_SOURCES = \
|
libgstcolorbalance_la_SOURCES = \
|
||||||
colorbalance.c \
|
colorbalance.c \
|
||||||
colorbalancechannel.c \
|
colorbalancechannel.c \
|
||||||
$(glib_root)-marshal.c \
|
$(built_sources)
|
||||||
$(glib_root)-enumtypes.c
|
|
||||||
libgstcolorbalance_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS)
|
libgstcolorbalance_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS)
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
$(glib_root)-marshal.c \
|
$(built_sources) \
|
||||||
$(glib_root)-enumtypes.c \
|
|
||||||
$(built_headers)
|
$(built_headers)
|
||||||
|
|
||||||
EXTRA_DIST = $(glib_root)-marshal.list
|
EXTRA_DIST = colorbalance-marshal.list
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# variables used for enum/marshal generation
|
# variables used for enum/marshal generation
|
||||||
glib_enum_headers=$(mixer_headers)
|
glib_enum_headers=$(mixer_headers)
|
||||||
glib_enum_define=GST_MIXER
|
glib_enum_define=GST_MIXER
|
||||||
glib_root=mixer
|
|
||||||
glib_enum_prefix=gst_mixer
|
glib_enum_prefix=gst_mixer
|
||||||
|
|
||||||
|
|
||||||
|
@ -12,9 +11,13 @@ mixer_headers = \
|
||||||
mixer.h \
|
mixer.h \
|
||||||
mixertrack.h
|
mixertrack.h
|
||||||
|
|
||||||
|
built_sources = \
|
||||||
|
mixer-marshal.c \
|
||||||
|
mixer-enumtypes.c
|
||||||
|
|
||||||
built_headers = \
|
built_headers = \
|
||||||
$(glib_root)-marshal.h \
|
mixer-marshal.h \
|
||||||
$(glib_root)-enumtypes.h
|
mixer-enumtypes.h
|
||||||
|
|
||||||
libgstmixerinclude_HEADERS = $(mixer_headers) $(built_headers)
|
libgstmixerinclude_HEADERS = $(mixer_headers) $(built_headers)
|
||||||
|
|
||||||
|
@ -23,14 +26,12 @@ noinst_LTLIBRARIES = libgstmixer.la
|
||||||
libgstmixer_la_SOURCES = \
|
libgstmixer_la_SOURCES = \
|
||||||
mixer.c \
|
mixer.c \
|
||||||
mixertrack.c \
|
mixertrack.c \
|
||||||
$(glib_root)-marshal.c \
|
$(built_sources)
|
||||||
$(glib_root)-enumtypes.c
|
|
||||||
|
|
||||||
libgstmixer_la_CFLAGS = $(GST_CFLAGS)
|
libgstmixer_la_CFLAGS = $(GST_CFLAGS)
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
$(glib_root)-marshal.c \
|
$(built_sources) \
|
||||||
$(glib_root)-enumtypes.c \
|
|
||||||
$(built_headers)
|
$(built_headers)
|
||||||
|
|
||||||
EXTRA_DIST = mixer-marshal.list
|
EXTRA_DIST = mixer-marshal.list
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# variables used for enum generation
|
# variables used for enum generation
|
||||||
glib_enum_headers=$(play_headers)
|
glib_enum_headers=$(play_headers)
|
||||||
glib_enum_define=GST_PLAY
|
glib_enum_define=GST_PLAY
|
||||||
glib_root=play
|
|
||||||
glib_enum_prefix=gst_play
|
glib_enum_prefix=gst_play
|
||||||
|
|
||||||
librarydir = $(libdir)
|
librarydir = $(libdir)
|
||||||
|
@ -10,7 +9,7 @@ play_headers = \
|
||||||
play.h
|
play.h
|
||||||
|
|
||||||
built_headers = \
|
built_headers = \
|
||||||
$(glib_root)-enumtypes.h
|
play-enumtypes.h
|
||||||
|
|
||||||
library_LTLIBRARIES = libgstplay-@GST_MAJORMINOR@.la
|
library_LTLIBRARIES = libgstplay-@GST_MAJORMINOR@.la
|
||||||
|
|
||||||
|
@ -28,7 +27,7 @@ libgstplay_@GST_MAJORMINOR@_la_LDFLAGS = \
|
||||||
-version-info @GST_PLUGINS_LIBVERSION@
|
-version-info @GST_PLUGINS_LIBVERSION@
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
$(glib_root)-enumtypes.c \
|
play-enumtypes.c \
|
||||||
$(built_headers)
|
$(built_headers)
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# variables used for enum/marshal generation
|
# variables used for enum/marshal generation
|
||||||
glib_enum_headers=$(tuner_headers)
|
glib_enum_headers=$(tuner_headers)
|
||||||
glib_enum_define=GST_TUNER
|
glib_enum_define=GST_TUNER
|
||||||
glib_root=tuner
|
|
||||||
glib_enum_prefix=gst_tuner
|
glib_enum_prefix=gst_tuner
|
||||||
|
|
||||||
libgsttunerincludedir = \
|
libgsttunerincludedir = \
|
||||||
|
@ -12,9 +11,13 @@ tuner_headers = \
|
||||||
tunernorm.h \
|
tunernorm.h \
|
||||||
tunerchannel.h
|
tunerchannel.h
|
||||||
|
|
||||||
|
built_sources = \
|
||||||
|
tuner-marshal.c \
|
||||||
|
tuner-enumtypes.c
|
||||||
|
|
||||||
built_headers = \
|
built_headers = \
|
||||||
$(glib_root)-marshal.h \
|
tuner-marshal.h \
|
||||||
$(glib_root)-enumtypes.h
|
tuner-enumtypes.h
|
||||||
|
|
||||||
libgsttunerinclude_HEADERS = $(tuner_headers) $(built_headers)
|
libgsttunerinclude_HEADERS = $(tuner_headers) $(built_headers)
|
||||||
|
|
||||||
|
@ -24,16 +27,15 @@ libgsttuner_la_SOURCES = \
|
||||||
tuner.c \
|
tuner.c \
|
||||||
tunernorm.c \
|
tunernorm.c \
|
||||||
tunerchannel.c \
|
tunerchannel.c \
|
||||||
$(glib_root)-marshal.c
|
$(built_sources)
|
||||||
|
|
||||||
libgsttuner_la_CFLAGS = $(GST_CFLAGS)
|
libgsttuner_la_CFLAGS = $(GST_CFLAGS)
|
||||||
|
|
||||||
BUILT_SOURCES = \
|
BUILT_SOURCES = \
|
||||||
$(glib_root)-marshal.c \
|
$(built_sources) \
|
||||||
$(glib_root)-enumtypes.c \
|
|
||||||
$(built_headers)
|
$(built_headers)
|
||||||
|
|
||||||
EXTRA_DIST = $(glib_root)-marshal.list
|
EXTRA_DIST = tuner-marshal.list
|
||||||
|
|
||||||
CLEANFILES = $(BUILT_SOURCES)
|
CLEANFILES = $(BUILT_SOURCES)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue