gst-gmyth/Makefile.am
author renatofilho
Tue Sep 18 21:01:18 2007 +0100 (2007-09-18)
branchtrunk
changeset 853 c738c2ac1968
parent 787 e42706ada231
child 854 871e367c9d90
permissions -rwxr-xr-x
[svn r859] removed flat to keep aspect ration
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