diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-11-21 21:20:42 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-11-21 21:20:42 +0000 |
commit | bd83e1813e9c52272a7591c1f8e382dd3fca894d (patch) | |
tree | 3d6610d0fe4e75943a296ee99c2552bdb7972a14 /ext/faad/Makefile.am | |
parent | 81238366b4d91bf7ee694c0af777570306843300 (diff) | |
download | gst-plugins-bad-bd83e1813e9c52272a7591c1f8e382dd3fca894d.tar.gz gst-plugins-bad-bd83e1813e9c52272a7591c1f8e382dd3fca894d.tar.bz2 gst-plugins-bad-bd83e1813e9c52272a7591c1f8e382dd3fca894d.zip |
New libfaad (MPEG-2/4 AAC decoder) plugin
Original commit message from CVS:
New libfaad (MPEG-2/4 AAC decoder) plugin
Diffstat (limited to 'ext/faad/Makefile.am')
-rw-r--r-- | ext/faad/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/faad/Makefile.am b/ext/faad/Makefile.am new file mode 100644 index 00000000..c163ee26 --- /dev/null +++ b/ext/faad/Makefile.am @@ -0,0 +1,8 @@ +plugin_LTLIBRARIES = libgstfaad.la + +libgstfaad_la_SOURCES = gstfaad.c +libgstfaad_la_CFLAGS = $(FAAD_CFLAGS) $(GST_CFLAGS) +libgstfaad_la_LIBADD = $(FAAD_LIBS) +libgstfaad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + +noinst_HEADERS = gstfaad.h |