diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2007-01-12 19:02:37 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2007-01-12 19:02:37 +0000 |
commit | 1b07bbad866b3b82daec15f0452bb3d4ed832e66 (patch) | |
tree | 74236a6409ceec6b2c44bd3eb170f8a90d3e1999 /ext/Makefile.am | |
parent | 5f042edd46f82973d8b7e30bb911c96c71fa7c82 (diff) | |
download | gst-plugins-bad-1b07bbad866b3b82daec15f0452bb3d4ed832e66.tar.gz gst-plugins-bad-1b07bbad866b3b82daec15f0452bb3d4ed832e66.tar.bz2 gst-plugins-bad-1b07bbad866b3b82daec15f0452bb3d4ed832e66.zip |
MythTV client source plugin created.
Original commit message from CVS:
MythTV client source plugin created.
Diffstat (limited to 'ext/Makefile.am')
-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 5179df8b..75b5323b 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -160,6 +160,12 @@ else MUSICBRAINZ_DIR= endif +if USE_MYTHTV +MYTHTV_DIR=mythtv +else +MYTHTV_DIR= +endif + # if USE_NAS # NAS_DIR=nas # else @@ -272,6 +278,7 @@ SUBDIRS=\ $(MPLEX_DIR) \ $(MUSEPACK_DIR) \ $(MUSICBRAINZ_DIR) \ + $(MYTHTV_DIR) \ $(NAS_DIR) \ $(NEON_DIR) \ $(POLYP_DIR) \ @@ -306,6 +313,7 @@ DIST_SUBDIRS= \ mpeg2enc \ musepack \ musicbrainz \ + mythtv \ neon \ sdl \ soundtouch \ |