author | renatofilho |
Thu Aug 02 14:58:15 2007 +0100 (2007-08-02) | |
branch | trunk |
changeset 792 | a6ac25bf88a7 |
permissions | -rw-r--r-- |
1 plugin_LTLIBRARIES = libgstdecodebin2.la
3 libgstdecodebin2_la_SOURCES = \
4 gstdecodebin2.c \
5 gstplay-marshal.c
7 libgstdecodebin2_la_CFLAGS = \
8 $(GST_CFLAGS) \
9 $(GST_BASE_CFLAGS) \
10 $(GST_PLUGINS_BASE_CFLAGS)
12 libgstdecodebin2_la_LIBADD = \
13 $(GST_LIBS_LIBS)
15 libgstdecodebin2_la_LDFLAGS = \
16 $(GST_LIBS) \
17 $(GST_PLUGIN_LDFLAGS) \
18 $(GST_BASE_LIBS) \
19 $(GST_PLUGINS_BASE_LIBS)
21 noinst_HEADERS = \
22 gstplay-marshal.h