summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-09-19 21:47:54 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-09-19 21:47:54 +0000
commitffaa724795f1a74f270ba2af351ff5d941f40563 (patch)
tree61e891f1cc30fee2ecb5b51645f9229eaa363dd4 /ext/Makefile.am
parent856cb2b35531549c240eb558e93f0a27dd7b1bb4 (diff)
downloadgst-plugins-bad-ffaa724795f1a74f270ba2af351ff5d941f40563.tar.gz
gst-plugins-bad-ffaa724795f1a74f270ba2af351ff5d941f40563.tar.bz2
gst-plugins-bad-ffaa724795f1a74f270ba2af351ff5d941f40563.zip
sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2dec
Original commit message from CVS: sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2dec
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 3b400c11..6cd51004 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -142,11 +142,11 @@ NAS_DIR=
POLYP_DIR=
# endif
-# if USE_SDL
-# SDL_DIR=sdl
-# else
+if USE_SDL
+SDL_DIR=sdl
+else
SDL_DIR=
-# endif
+endif
# if USE_SHOUT
# SHOUT_DIR=shout
@@ -229,4 +229,5 @@ SUBDIRS=\
DIST_SUBDIRS= \
faac \
faad \
- gsm
+ gsm \
+ sdl