From b57b82d528198c35d721aad073d1048bb5b961e2 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Fri, 9 Dec 2005 04:15:02 +0000 Subject: swfdec Ported to 0.10. Original commit message from CVS: swfdec Ported to 0.10. --- ext/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 0d09da18..5d3d510c 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -172,11 +172,11 @@ SMOOTHWAVE_DIR= SNDFILE_DIR= # endif -# if USE_SWFDEC -# SWFDEC_DIR=swfdec -# else +if USE_SWFDEC +SWFDEC_DIR=swfdec +else SWFDEC_DIR= -# endif +endif # if USE_TARKIN # TARKIN_DIR=tarkin @@ -240,4 +240,5 @@ DIST_SUBDIRS= \ libmms \ musepack \ sdl \ + swfdec \ wavpack -- cgit v1.2.1