mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +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>
|
||||
|
||||
* 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
|
||||
glib_enum_headers=$(colorbalance_headers)
|
||||
glib_enum_define=GST_COLOR_BALANCE
|
||||
glib_root=colorbalance
|
||||
glib_enum_prefix=gst_color_balance
|
||||
|
||||
libgstcolorbalanceincludedir = \
|
||||
|
@ -11,9 +10,13 @@ colorbalance_headers = \
|
|||
colorbalance.h \
|
||||
colorbalancechannel.h
|
||||
|
||||
built_sources = \
|
||||
colorbalance-marshal.c \
|
||||
colorbalance-enumtypes.c
|
||||
|
||||
built_headers = \
|
||||
$(glib_root)-marshal.h \
|
||||
$(glib_root)-enumtypes.h
|
||||
colorbalance-marshal.h \
|
||||
colorbalance-enumtypes.h
|
||||
|
||||
libgstcolorbalanceinclude_HEADERS = $(colorbalance_headers) $(built_headers)
|
||||
|
||||
|
@ -22,16 +25,15 @@ noinst_LTLIBRARIES = libgstcolorbalance.la
|
|||
libgstcolorbalance_la_SOURCES = \
|
||||
colorbalance.c \
|
||||
colorbalancechannel.c \
|
||||
$(glib_root)-marshal.c \
|
||||
$(glib_root)-enumtypes.c
|
||||
$(built_sources)
|
||||
|
||||
libgstcolorbalance_la_CFLAGS = $(GST_CFLAGS) $(GST_OPT_CFLAGS)
|
||||
|
||||
BUILT_SOURCES = \
|
||||
$(glib_root)-marshal.c \
|
||||
$(glib_root)-enumtypes.c \
|
||||
$(built_sources) \
|
||||
$(built_headers)
|
||||
|
||||
EXTRA_DIST = $(glib_root)-marshal.list
|
||||
EXTRA_DIST = colorbalance-marshal.list
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# variables used for enum/marshal generation
|
||||
glib_enum_headers=$(mixer_headers)
|
||||
glib_enum_define=GST_MIXER
|
||||
glib_root=mixer
|
||||
glib_enum_prefix=gst_mixer
|
||||
|
||||
|
||||
|
@ -12,9 +11,13 @@ mixer_headers = \
|
|||
mixer.h \
|
||||
mixertrack.h
|
||||
|
||||
built_sources = \
|
||||
mixer-marshal.c \
|
||||
mixer-enumtypes.c
|
||||
|
||||
built_headers = \
|
||||
$(glib_root)-marshal.h \
|
||||
$(glib_root)-enumtypes.h
|
||||
mixer-marshal.h \
|
||||
mixer-enumtypes.h
|
||||
|
||||
libgstmixerinclude_HEADERS = $(mixer_headers) $(built_headers)
|
||||
|
||||
|
@ -23,14 +26,12 @@ noinst_LTLIBRARIES = libgstmixer.la
|
|||
libgstmixer_la_SOURCES = \
|
||||
mixer.c \
|
||||
mixertrack.c \
|
||||
$(glib_root)-marshal.c \
|
||||
$(glib_root)-enumtypes.c
|
||||
$(built_sources)
|
||||
|
||||
libgstmixer_la_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
BUILT_SOURCES = \
|
||||
$(glib_root)-marshal.c \
|
||||
$(glib_root)-enumtypes.c \
|
||||
$(built_sources) \
|
||||
$(built_headers)
|
||||
|
||||
EXTRA_DIST = mixer-marshal.list
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# variables used for enum generation
|
||||
glib_enum_headers=$(play_headers)
|
||||
glib_enum_define=GST_PLAY
|
||||
glib_root=play
|
||||
glib_enum_prefix=gst_play
|
||||
|
||||
librarydir = $(libdir)
|
||||
|
@ -10,7 +9,7 @@ play_headers = \
|
|||
play.h
|
||||
|
||||
built_headers = \
|
||||
$(glib_root)-enumtypes.h
|
||||
play-enumtypes.h
|
||||
|
||||
library_LTLIBRARIES = libgstplay-@GST_MAJORMINOR@.la
|
||||
|
||||
|
@ -28,7 +27,7 @@ libgstplay_@GST_MAJORMINOR@_la_LDFLAGS = \
|
|||
-version-info @GST_PLUGINS_LIBVERSION@
|
||||
|
||||
BUILT_SOURCES = \
|
||||
$(glib_root)-enumtypes.c \
|
||||
play-enumtypes.c \
|
||||
$(built_headers)
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# variables used for enum/marshal generation
|
||||
glib_enum_headers=$(tuner_headers)
|
||||
glib_enum_define=GST_TUNER
|
||||
glib_root=tuner
|
||||
glib_enum_prefix=gst_tuner
|
||||
|
||||
libgsttunerincludedir = \
|
||||
|
@ -12,9 +11,13 @@ tuner_headers = \
|
|||
tunernorm.h \
|
||||
tunerchannel.h
|
||||
|
||||
built_sources = \
|
||||
tuner-marshal.c \
|
||||
tuner-enumtypes.c
|
||||
|
||||
built_headers = \
|
||||
$(glib_root)-marshal.h \
|
||||
$(glib_root)-enumtypes.h
|
||||
tuner-marshal.h \
|
||||
tuner-enumtypes.h
|
||||
|
||||
libgsttunerinclude_HEADERS = $(tuner_headers) $(built_headers)
|
||||
|
||||
|
@ -24,16 +27,15 @@ libgsttuner_la_SOURCES = \
|
|||
tuner.c \
|
||||
tunernorm.c \
|
||||
tunerchannel.c \
|
||||
$(glib_root)-marshal.c
|
||||
$(built_sources)
|
||||
|
||||
libgsttuner_la_CFLAGS = $(GST_CFLAGS)
|
||||
|
||||
BUILT_SOURCES = \
|
||||
$(glib_root)-marshal.c \
|
||||
$(glib_root)-enumtypes.c \
|
||||
$(built_sources) \
|
||||
$(built_headers)
|
||||
|
||||
EXTRA_DIST = $(glib_root)-marshal.list
|
||||
EXTRA_DIST = tuner-marshal.list
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
|
|
Loading…
Reference in a new issue