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
renatofilho@609
     1
SUBDIRS = \
renatofilho@609
     2
	nuvdemux \
renatofilho@787
     3
	concatmux \
renatofilho@787
     4
	playbinmaemo \
renatofilho@787
     5
	decodebin2 \
renatofilho@787
     6
	multiqueue
renatofilho@608
     7
renatofilho@609
     8
DIST_SUBDIRS = \
renatofilho@609
     9
	nuvdemux \
renatofilho@787
    10
	concatmux \
renatofilho@787
    11
	playbinmaemo \
renatofilho@787
    12
	decodebin2 \
renatofilho@787
    13
	multiqueue
renatofilho@793
    14
renatofilho@793
    15
if WITH_GMYTH
renatofilho@793
    16
SUBDIRS += mythsrc
renatofilho@793
    17
DIST_SUBDIRS += mythsrc
renatofilho@793
    18
endif
renatofilho@793
    19