mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 13:08:49 +00:00
build gdp plugins
Original commit message from CVS: build gdp plugins
This commit is contained in:
parent
1fb23d369a
commit
5e45fbf303
2 changed files with 3 additions and 2 deletions
|
@ -78,6 +78,7 @@ dnl these are all the gst plug-ins, compilable without additional libs
|
|||
GST_PLUGINS_ALL="\
|
||||
cdxaparse \
|
||||
freeze \
|
||||
gdp \
|
||||
h264parse \
|
||||
modplug \
|
||||
spectrum \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SUBDIRS=$(GST_PLUGINS_SELECTED)
|
||||
DIST_SUBDIRS=$(GST_PLUGINS_ALL)
|
||||
SUBDIRS = $(GST_PLUGINS_SELECTED)
|
||||
DIST_SUBDIRS = $(GST_PLUGINS_ALL)
|
||||
|
|
Loading…
Reference in a new issue