mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 21:12:26 +00:00
1772d04dda
Original commit message from CVS: * configure.ac: * docs/libs/Makefile.am: * docs/libs/gst-plugins-base-libs-docs.sgml: * docs/libs/gst-plugins-base-libs-sections.txt: * ext/gnomevfs/gstgnomevfssrc.c: * ext/gnomevfs/gstgnomevfssrc.h: * gst-libs/gst/Makefile.am: * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in: * pkgconfig/gstreamer-plugins-base.pc.in: * sys/v4l/v4lsrc_calls.c: * tests/examples/Makefile.am: * win32/common/config.h: Revert unwanted commit. many thanks to moap. I want a fix for https://thomas.apestaart.org/moap/trac/ticket/239
19 lines
401 B
Makefile
19 lines
401 B
Makefile
# The interfaces directory has to be built before the others,
|
|
# otherwise some generated header files will be missing for the
|
|
# plugins in the other directories.
|
|
# Also, the tag directory has to be built before the cdda directory.
|
|
SUBDIRS = \
|
|
interfaces \
|
|
tag \
|
|
audio \
|
|
cdda \
|
|
floatcast \
|
|
netbuffer \
|
|
pbutils \
|
|
riff \
|
|
rtp \
|
|
rtsp \
|
|
sdp \
|
|
video
|
|
|
|
noinst_HEADERS = gettext.h gst-i18n-plugin.h
|