mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
gst-libs/gst/interfaces/Makefile.am: interfaces.h is not used anymore so remove it from the build process.
Original commit message from CVS: * gst-libs/gst/interfaces/Makefile.am: interfaces.h is not used anymore so remove it from the build process.
This commit is contained in:
parent
c5b66243be
commit
ee3edd8901
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-12-18 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
* gst-libs/gst/interfaces/Makefile.am:
|
||||||
|
interfaces.h is not used anymore so remove it from the build
|
||||||
|
process.
|
||||||
|
|
||||||
2007-12-17 David Schleef <ds@schleef.org>
|
2007-12-17 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* gst/videotestsrc/gstvideotestsrc.c:
|
* gst/videotestsrc/gstvideotestsrc.c:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 67b8f4e3c576945f4d778c9040876af3a5a0756e
|
Subproject commit b8d5e34c0e3a0d87e9a4bbc82fedbb99e37b056d
|
|
@ -35,8 +35,6 @@ libgstinterfacesinclude_HEADERS = \
|
||||||
nodist_libgstinterfacesinclude_HEADERS = \
|
nodist_libgstinterfacesinclude_HEADERS = \
|
||||||
interfaces-enumtypes.h
|
interfaces-enumtypes.h
|
||||||
|
|
||||||
noinst_HEADERS = interfaces.h
|
|
||||||
|
|
||||||
libgstinterfaces_@GST_MAJORMINOR@_la_SOURCES = \
|
libgstinterfaces_@GST_MAJORMINOR@_la_SOURCES = \
|
||||||
colorbalance.c \
|
colorbalance.c \
|
||||||
colorbalancechannel.c \
|
colorbalancechannel.c \
|
||||||
|
|
Loading…
Reference in a new issue