diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2006-10-17 14:24:18 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2006-10-17 14:24:18 +0000 |
commit | 681a843070592d628cd1fa02c1902f89ea6d76fa (patch) | |
tree | 741cea5996d609a84c36754eb3c09ad55754f6c1 /gst/nuvdemux/Makefile.am | |
parent | 53af0e3bafbd84f80e14d2b2f8dfa6b425afe2e5 (diff) | |
download | gst-plugins-bad-681a843070592d628cd1fa02c1902f89ea6d76fa.tar.gz gst-plugins-bad-681a843070592d628cd1fa02c1902f89ea6d76fa.tar.bz2 gst-plugins-bad-681a843070592d628cd1fa02c1902f89ea6d76fa.zip |
Created new element nuvdemux.
Original commit message from CVS:
Created new element nuvdemux.
Diffstat (limited to 'gst/nuvdemux/Makefile.am')
-rw-r--r-- | gst/nuvdemux/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gst/nuvdemux/Makefile.am b/gst/nuvdemux/Makefile.am new file mode 100644 index 00000000..f3a4e7d8 --- /dev/null +++ b/gst/nuvdemux/Makefile.am @@ -0,0 +1,9 @@ + +plugin_LTLIBRARIES = libgstnuvdemux.la + +libgstnuvdemux_la_CFLAGS = ${GST_CFLAGS} +libgstnuvdemux_la_LIBADD = $(GST_BASE_LIBS) +libgstnuvdemux_la_LDFLAGS = ${GST_PLUGIN_LDFLAGS} +libgstnuvdemux_la_SOURCES = gstnuvdemux.c + +noinst_HEADERS = gstnuvdemux.h |