build gdp plugins

Original commit message from CVS:
build gdp plugins
This commit is contained in:
Thomas Vander Stichele 2006-06-06 16:14:52 +00:00
parent 1fb23d369a
commit 5e45fbf303
2 changed files with 3 additions and 2 deletions

View file

@ -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 \

View file

@ -1,2 +1,2 @@
SUBDIRS=$(GST_PLUGINS_SELECTED)
DIST_SUBDIRS=$(GST_PLUGINS_ALL)
SUBDIRS = $(GST_PLUGINS_SELECTED)
DIST_SUBDIRS = $(GST_PLUGINS_ALL)