author | renatofilho |
Tue May 01 16:04:02 2007 +0100 (2007-05-01) | |
branch | trunk |
changeset 608 | 43ce4ea2f9fb |
permissions | -rw-r--r-- |
renatofilho@608 | 1 |
plugin_LTLIBRARIES = libgstnuvdemux.la |
renatofilho@608 | 2 |
|
renatofilho@608 | 3 |
libgstnuvdemux_la_SOURCES = \ |
renatofilho@608 | 4 |
gstnuvdemux.c |
renatofilho@608 | 5 |
|
renatofilho@608 | 6 |
libgstnuvdemux_la_CFLAGS = \ |
renatofilho@608 | 7 |
$(GST_CFLAGS) \ |
renatofilho@608 | 8 |
$(GST_BASE_CFLAGS) \ |
renatofilho@608 | 9 |
$(GST_PLUGINS_BASE_CFLAGS) |
renatofilho@608 | 10 |
|
renatofilho@608 | 11 |
libgstnuvdemux_la_LIBADD = \ |
renatofilho@608 | 12 |
$(GST_LIBS_LIBS) |
renatofilho@608 | 13 |
|
renatofilho@608 | 14 |
libgstnuvdemux_la_LDFLAGS = \ |
renatofilho@608 | 15 |
$(GST_LIBS) \ |
renatofilho@608 | 16 |
$(GST_PLUGIN_LDFLAGS) \ |
renatofilho@608 | 17 |
$(GST_BASE_LIBS) \ |
renatofilho@608 | 18 |
$(GST_PLUGINS_BASE_LIBS) |
renatofilho@608 | 19 |
|
renatofilho@608 | 20 |
noinst_HEADERS = \ |
renatofilho@608 | 21 |
gstnuvdemux.h |
renatofilho@608 | 22 |