mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
8166de657d
Original commit message from CVS: * ext/a52dec/Makefile.am: ... and then he said "When you go and fix the build you better make sure you have some spare backslashes in your pocket".
16 lines
387 B
Makefile
16 lines
387 B
Makefile
plugin_LTLIBRARIES = libgsta52dec.la
|
|
|
|
libgsta52dec_la_SOURCES = gsta52dec.c
|
|
libgsta52dec_la_CFLAGS = \
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_CFLAGS) \
|
|
$(LIBOIL_CFLAGS) \
|
|
$(A52DEC_CFLAGS)
|
|
libgsta52dec_la_LIBADD = \
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstaudio-$(GST_MAJORMINOR) \
|
|
$(LIBOIL_LIBS) \
|
|
$(A52DEC_LIBS)
|
|
libgsta52dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gsta52dec.h
|