summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-12-19 14:40:22 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-12-19 14:40:22 +0000
commit9536cc03c0961801c823168ee2af7831e7cd458c (patch)
treee1c5b7ddc0feb7e0223aa653957d5ad8d16b79ef /ext/Makefile.am
parent0ec8bf9972e3cf0e15757b781f08b065efa4148b (diff)
downloadgst-plugins-bad-9536cc03c0961801c823168ee2af7831e7cd458c.tar.gz
gst-plugins-bad-9536cc03c0961801c823168ee2af7831e7cd458c.tar.bz2
gst-plugins-bad-9536cc03c0961801c823168ee2af7831e7cd458c.zip
divxdec and divxenc ported to 0.10
Original commit message from CVS: divxdec and divxenc ported to 0.10
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 58c96f38..c1f06a9b 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -40,11 +40,11 @@ else
DIRECTFB_DIR=
endif
-#if USE_DIVX
-#DIVX_DIR=divx
-#else
+if USE_DIVX
+DIVX_DIR=divx
+else
DIVX_DIR=
-#endif
+endif
if USE_DTS
DTS_DIR=dts
@@ -239,6 +239,7 @@ DIST_SUBDIRS= \
ivorbis \
libmms \
dts \
+ divx \
musepack \
sdl \
swfdec \