diff options
author | David Schleef <ds@schleef.org> | 2008-03-06 03:16:13 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2008-03-06 03:16:13 +0000 |
commit | b387715461ec1eab84eb2eb990e1a5562b9d8b42 (patch) | |
tree | e82c911268f803028e289187c857775b5e4fb3fd /ext/Makefile.am | |
parent | acb81c58c547b0e6155fd61b7914f39deea428ad (diff) | |
download | gst-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.am | 9 |
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 \ |