mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
7593b38a57
Original commit message from CVS: fix build and use of GST_LIBS
20 lines
415 B
Makefile
20 lines
415 B
Makefile
plugin_LTLIBRARIES = libgstavi.la
|
|
|
|
libgstavi_la_SOURCES = \
|
|
gstavi.c \
|
|
gstavidemux.c
|
|
|
|
noinst_HEADERS = \
|
|
avi-ids.h \
|
|
gstavimux.h \
|
|
gstavidemux.h
|
|
|
|
libgstavi_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
|
-I$(top_srcdir)/gst-libs
|
|
libgstavi_la_LIBADD = \
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
$(GST_LIBS) \
|
|
-lgstriff-@GST_MAJORMINOR@
|
|
libgstavi_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
EXTRA_DIST = README gstavimux.c
|