diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 9a0dd8b0..d8ddaa47 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -227,13 +227,13 @@ SPC_DIR= endif if USE_SWFDEC -SWFDEC_DIR=swfdec +#SWFDEC_DIR=swfdec else SWFDEC_DIR= endif if USE_THEORADEC -THEORA_DIR = theora +#THEORA_DIR = theora else THEORA_DIR = endif |