diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-09 04:15:02 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-09 04:15:02 +0000 |
commit | b57b82d528198c35d721aad073d1048bb5b961e2 (patch) | |
tree | 1fecae12999a80082ca939acda7074fad834e8f3 /ext/Makefile.am | |
parent | bf3ce4ca5dcbd45df80f9ca485a07d9485f44e22 (diff) | |
download | gst-plugins-bad-b57b82d528198c35d721aad073d1048bb5b961e2.tar.gz gst-plugins-bad-b57b82d528198c35d721aad073d1048bb5b961e2.tar.bz2 gst-plugins-bad-b57b82d528198c35d721aad073d1048bb5b961e2.zip |
swfdec Ported to 0.10.
Original commit message from CVS:
swfdec Ported to 0.10.
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
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 |