mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
gst-libs: specify dependencies in Makefile.am to make them explicit
This commit is contained in:
parent
37d000d175
commit
00aaae8189
1 changed files with 9 additions and 0 deletions
|
@ -19,3 +19,12 @@ SUBDIRS = \
|
||||||
app
|
app
|
||||||
|
|
||||||
noinst_HEADERS = gettext.h gst-i18n-plugin.h
|
noinst_HEADERS = gettext.h gst-i18n-plugin.h
|
||||||
|
|
||||||
|
# dependencies:
|
||||||
|
audio: interfaces
|
||||||
|
|
||||||
|
cdda: tag
|
||||||
|
|
||||||
|
riff: tag
|
||||||
|
|
||||||
|
rtsp: sdp
|
||||||
|
|
Loading…
Reference in a new issue