summaryrefslogtreecommitdiffstats
path: root/gst/id3demux/Makefile.am
blob: 7e83001e941ee328acc4c79941b6582a051c1c13 (plain)
1
2
3
4
5
6
7
8
plugin_LTLIBRARIES = libgstid3demux.la

libgstid3demux_la_SOURCES = gstid3demux.c id3tags.c id3v2frames.c
libgstid3demux_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) 
libgstid3demux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_MAJORMINOR@ $(GST_BASE_LIBS) $(ZLIB_LIBS)
libgstid3demux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstid3demux.h id3tags.h