mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
3dcbdad99c
Original commit message from CVS: * ext/a52dec/Makefile.am: * ext/a52dec/gsta52dec.c: (gst_a52dec_base_init), (gst_a52dec_class_init), (gst_a52dec_sink_event), (gst_a52dec_change_state): * ext/a52dec/gsta52dec.h: Re-enable CPU flags, use liboil to get them.
16 lines
368 B
Makefile
16 lines
368 B
Makefile
|
|
plugin_LTLIBRARIES = libgsta52dec.la
|
|
|
|
libgsta52dec_la_SOURCES = gsta52dec.c
|
|
libgsta52dec_la_CFLAGS = \
|
|
$(GST_CFLAGS) \
|
|
$(LIBOIL_CFLAGS) \
|
|
$(GST_PLUGINS_BASE_CFLAGS)
|
|
libgsta52dec_la_LIBADD = \
|
|
$(A52DEC_LIBS) \
|
|
$(LIBOIL_LIBS) \
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
-lgstaudio-@GST_MAJORMINOR@
|
|
libgsta52dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gsta52dec.h
|