diff options
author | David Schleef <ds@schleef.org> | 2004-05-11 02:30:16 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-05-11 02:30:16 +0000 |
commit | c42267fe3be43cf1e9031c335b11270543316910 (patch) | |
tree | be2c2e3b3e59b1eeeb1a9cff714540b11a8be84e /ext | |
parent | 38010851af6250a8e2cceb1952ea6e1fde94d674 (diff) |
configure.ac: Add prototype Dirac support.
Original commit message from CVS:
* configure.ac: Add prototype Dirac support.
* ext/Makefile.am:
* ext/dirac/Makefile.am:
* ext/dirac/gstdirac.cc:
* ext/dirac/gstdiracdec.cc:
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 4ce5cc86..821f87e6 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -40,6 +40,12 @@ else CDPARANOIA_DIR= endif +if USE_DIRAC +DIRAC_DIR=dirac +else +DIRAC_DIR= +endif + if USE_DIVX DIVX_DIR=divx else @@ -342,6 +348,7 @@ SUBDIRS=\ $(ARTSC_DIR) \ $(AUDIOFILE_DIR) \ $(CDPARANOIA_DIR) \ + $(DIRAC_DIR) \ $(DIVX_DIR) \ $(DTS_DIR) \ $(DVDREAD_DIR) \ @@ -399,6 +406,7 @@ DIST_SUBDIRS=\ artsd \ audiofile \ cdparanoia \ + dirac \ divx \ dts \ dv \ |