summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2008-03-06 03:16:13 +0000
committerDavid Schleef <ds@schleef.org>2008-03-06 03:16:13 +0000
commitb387715461ec1eab84eb2eb990e1a5562b9d8b42 (patch)
treee82c911268f803028e289187c857775b5e4fb3fd /ext/Makefile.am
parentacb81c58c547b0e6155fd61b7914f39deea428ad (diff)
downloadgst-plugins-bad-b387715461ec1eab84eb2eb990e1a5562b9d8b42.tar.gz
gst-plugins-bad-b387715461ec1eab84eb2eb990e1a5562b9d8b42.tar.bz2
gst-plugins-bad-b387715461ec1eab84eb2eb990e1a5562b9d8b42.zip
Rewrite Dirac encoder plugin based on Schroedinger gstreamer elements.
Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/dirac/Makefile.am: * ext/dirac/gstdirac.cc: * ext/dirac/gstdiracenc.cc: Rewrite Dirac encoder plugin based on Schroedinger gstreamer elements.
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 af823448..5add82c2 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -52,11 +52,11 @@ else
DC1394_DIR=
endif
-# if USE_DIRAC
-# DIRAC_DIR=dirac
-# else
+if USE_DIRAC
+DIRAC_DIR=dirac
+else
DIRAC_DIR=
-# endif
+endif
if USE_DIRECTFB
DIRECTFB_DIR=directfb
@@ -343,6 +343,7 @@ DIST_SUBDIRS = \
bz2 \
cdaudio \
dc1394 \
+ dirac \
directfb \
faac \
faad \