gst-gmyth/Makefile.am
author morphbr
Wed Aug 29 14:29:24 2007 +0100 (2007-08-29)
branchtrunk
changeset 831 e2baa6947dbf
parent 787 e42706ada231
child 854 871e367c9d90
permissions -rwxr-xr-x
[svn r837] - Deleted old code
- Bug fix on gmencoder by Renato Filho
- Restored Renato's version of monitor_handler to work with gmencoder
     1 SUBDIRS = \
     2 	nuvdemux \
     3 	concatmux \
     4 	playbinmaemo \
     5 	decodebin2 \
     6 	multiqueue
     7 
     8 DIST_SUBDIRS = \
     9 	nuvdemux \
    10 	concatmux \
    11 	playbinmaemo \
    12 	decodebin2 \
    13 	multiqueue
    14 
    15 if WITH_GMYTH
    16 SUBDIRS += mythsrc
    17 DIST_SUBDIRS += mythsrc
    18 endif
    19