From 19973c479a42aeee47d8b810111a2c3f3dcd24ae Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 11 May 2004 02:30:16 +0000 Subject: 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: --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext') 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 \ -- cgit