diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-19 14:40:22 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-12-19 14:40:22 +0000 |
commit | 9536cc03c0961801c823168ee2af7831e7cd458c (patch) | |
tree | e1c5b7ddc0feb7e0223aa653957d5ad8d16b79ef /ext/Makefile.am | |
parent | 0ec8bf9972e3cf0e15757b781f08b065efa4148b (diff) | |
download | gst-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.am | 9 |
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 \ |