summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-07-01 10:55:12 -0700
committerDavid Schleef <ds@schleef.org>2009-07-01 10:56:24 -0700
commitcf2b2b017f0995ecab2822804537f193835e35e9 (patch)
treeadeebf611c5f618ec4faa197385cab8eb368b0ce /ext/Makefile.am
parent80856964b52a089d5d286fd1543b89d2a3ea4a39 (diff)
downloadgst-plugins-bad-cf2b2b017f0995ecab2822804537f193835e35e9.tar.gz
gst-plugins-bad-cf2b2b017f0995ecab2822804537f193835e35e9.tar.bz2
gst-plugins-bad-cf2b2b017f0995ecab2822804537f193835e35e9.zip
basevideo: move from -base
Also move schroedinger plugin. This creates a new library, gstbasevideo-0.10, which will probably be merged back into gstvideo-0.10 when this is moved back to -base.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 0555c8db..a2ecd18d 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -264,6 +264,12 @@ endif
POLYP_DIR=
# endif
+if USE_SCHRO
+SCHRO_DIR=schroedinger
+else
+SCHRO_DIR=
+endif
+
if USE_SDL
SDL_DIR=sdl
else
@@ -373,6 +379,7 @@ SUBDIRS=\
$(NEON_DIR) \
$(OFA_DIR) \
$(POLYP_DIR) \
+ $(SCHRO_DIR) \
$(SDL_DIR) \
$(SHOUT_DIR) \
$(SMOOTHWAVE_DIR) \
@@ -420,6 +427,7 @@ DIST_SUBDIRS = \
neon \
ofa \
resindvd \
+ schroedinger \
sdl \
sndfile \
soundtouch \