diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-09-19 21:47:54 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-09-19 21:47:54 +0000 |
commit | ffaa724795f1a74f270ba2af351ff5d941f40563 (patch) | |
tree | 61e891f1cc30fee2ecb5b51645f9229eaa363dd4 /ext/Makefile.am | |
parent | 856cb2b35531549c240eb558e93f0a27dd7b1bb4 (diff) | |
download | gst-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.am | 11 |
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 |