Add beginning of gstreamer stuff

This commit is contained in:
Jaime Thomas
2008-06-03 23:11:09 +00:00
parent 3c7449a1df
commit 794a391695
6 changed files with 170 additions and 5 deletions

View File

@ -0,0 +1,12 @@
if GSTREAMER_BUILD_SUPPORT
MAINTAINERCLEANFILES = Makefile.im
bin_PROGRAMS = ecdb_transcode_helper
ecdb_transcode_helper_SOURCES = ecdb_transcode_helper.c
ecdb_transcode_helper_CFLAGS = @GSTREAMER_CFLAGS@
ecdb_transcode_helper_LDADD = @GSTREAMER_LIBS@
endif