diff options
author | Andy Wingo <wingo@pobox.com> | 2002-01-06 21:52:21 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-01-06 21:52:21 +0000 |
commit | 988fd48d8d792e256fb8e3cd05f1c9b0f4a8731a (patch) | |
tree | 9f72c91b27a03f17000cc4b026f29613c0486707 /ext | |
parent | d13417cfa213800c0b9f67e1f7fa7c8c9f273a32 (diff) | |
download | gst-plugins-bad-988fd48d8d792e256fb8e3cd05f1c9b0f4a8731a.tar.gz gst-plugins-bad-988fd48d8d792e256fb8e3cd05f1c9b0f4a8731a.tar.bz2 gst-plugins-bad-988fd48d8d792e256fb8e3cd05f1c9b0f4a8731a.zip |
siddec checks that work not extremely robust, but functional
Original commit message from CVS:
siddec checks that work
not extremely robust, but functional
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index cbc83b01..27ce866c 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -156,11 +156,11 @@ else SDL_DIR= endif -## if USE_SIDPLAY -## SIDPLAY_DIR=sidplay -## else -SIDPLAY_DIR= -## endif +if USE_SIDPLAY +SIDPLAY_DIR=sidplay +else +SIDDPLAY_DIR= +endif if USE_SHOUT SHOUT_DIR=shout |