diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-06 19:11:14 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-06 19:11:14 +0000 |
commit | d0556a1534b491e0bf7c420ae4fed0cd79d5a955 (patch) | |
tree | ab51b6c7594e46067279c8dde2e43b0a3bae1eaa /ext | |
parent | 871e333202fb6e17ea2d3e35bbb65c24ca07d11a (diff) | |
download | gst-plugins-bad-d0556a1534b491e0bf7c420ae4fed0cd79d5a955.tar.gz gst-plugins-bad-d0556a1534b491e0bf7c420ae4fed0cd79d5a955.tar.bz2 gst-plugins-bad-d0556a1534b491e0bf7c420ae4fed0cd79d5a955.zip |
some sidplay fixoring
Original commit message from CVS:
some sidplay fixoring
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 055ae521..6d158ecf 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -316,11 +316,11 @@ endif # SHOUT2_DIR= # endif -# if USE_SIDPLAY -# SIDPLAY_DIR=sidplay -# else -# SIDDPLAY_DIR= -# endif +if USE_SIDPLAY +SIDPLAY_DIR=sidplay +else +SIDDPLAY_DIR= +endif # if USE_SMOOTHWAVE # SMOOTHWAVE_DIR=smoothwave @@ -443,4 +443,5 @@ SUBDIRS=\ $(XVID_DIR) DIST_SUBDIRS=\ - mad + mad \ + sidplay |