gmyth-stream/gmemcoder/src/Makefile.am
author morphbr
Mon Jun 04 12:30:07 2007 +0100 (2007-06-04)
branchtrunk
changeset 742 fe8ddffd7f5c
parent 586 bd0ad44171e7
child 786 a4529d0f8ede
permissions -rw-r--r--
[svn r748] * GMyth-Streamer
- Mencoder multicast and unicast bug fix;
- Fixed bug when trying to just stream (not transcode)
a file that does not exist.
renatofilho@586
     1
bin_PROGRAMS = \
renatofilho@586
     2
	gmencoder
renatofilho@586
     3
renatofilho@586
     4
gmencoder_SOURCES = \
renatofilho@586
     5
	main.c \
renatofilho@588
     6
	gmencoder.c \
renatofilho@588
     7
	gmencoder.h 
renatofilho@586
     8
	
renatofilho@586
     9
gmencoder_LDADD = \
renatofilho@586
    10
	$(GLIB_LIBS) \
renatofilho@586
    11
	$(GST_LIBS)
renatofilho@586
    12
renatofilho@586
    13
AM_CPPFLAGS = \
renatofilho@586
    14
	$(GLIB_CFLAGS) \
renatofilho@586
    15
	$(GST_CFLAGS)
renatofilho@586
    16
renatofilho@586
    17
CLEANFILES =