gst-gmyth/Makefile.am
author leo_sobral
Fri Aug 17 22:47:49 2007 +0100 (2007-08-17)
branchtrunk
changeset 811 69aba3b6b7b3
parent 787 e42706ada231
child 854 871e367c9d90
permissions -rwxr-xr-x
[svn r817] Fixed volume element bug and added audioconvert to audio pipeline
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