mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gst-libs/gst/Makefile.am: restructure so having local patches works easier.
Original commit message from CVS: 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst-libs/gst/Makefile.am: restructure so having local patches works easier.
This commit is contained in:
parent
0afd3d7733
commit
92ba8be48d
2 changed files with 40 additions and 10 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
|
* gst-libs/gst/Makefile.am:
|
||||||
|
restructure so having local patches works easier.
|
||||||
|
|
||||||
2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
|
|
||||||
* ext/mpeg2enc/Makefile.am:
|
* ext/mpeg2enc/Makefile.am:
|
||||||
|
|
|
@ -12,17 +12,42 @@ X_DIR =
|
||||||
X_INTERFACE_LIBS =
|
X_INTERFACE_LIBS =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = audio colorbalance floatcast \
|
SUBDIRS = \
|
||||||
$(GCONF_DIR) idct media-info \
|
audio \
|
||||||
mixer navigation play propertyprobe \
|
colorbalance \
|
||||||
resample riff tag tuner video \
|
floatcast \
|
||||||
$(X_DIR)
|
$(GCONF_DIR) \
|
||||||
|
idct \
|
||||||
|
media-info \
|
||||||
|
mixer \
|
||||||
|
navigation \
|
||||||
|
play \
|
||||||
|
propertyprobe \
|
||||||
|
resample \
|
||||||
|
riff \
|
||||||
|
tag \
|
||||||
|
tuner \
|
||||||
|
video \
|
||||||
|
$(X_DIR)
|
||||||
|
|
||||||
DIST_SUBDIRS = audio colorbalance floatcast \
|
DIST_SUBDIRS = \
|
||||||
gconf idct media-info \
|
audio \
|
||||||
mixer navigation play propertyprobe \
|
colorbalance \
|
||||||
resample riff tag tuner video \
|
floatcast \
|
||||||
xoverlay xwindowlistener
|
gconf \
|
||||||
|
idct \
|
||||||
|
media-info \
|
||||||
|
mixer \
|
||||||
|
navigation \
|
||||||
|
play \
|
||||||
|
propertyprobe \
|
||||||
|
resample \
|
||||||
|
riff \
|
||||||
|
tag \
|
||||||
|
tuner \
|
||||||
|
video \
|
||||||
|
xoverlay \
|
||||||
|
xwindowlistener
|
||||||
|
|
||||||
|
|
||||||
lib_LTLIBRARIES = libgstinterfaces-@GST_MAJORMINOR@.la
|
lib_LTLIBRARIES = libgstinterfaces-@GST_MAJORMINOR@.la
|
||||||
|
|
Loading…
Reference in a new issue