mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 04:11:31 +00:00
00e177458c
We'd pick up system-wide ffmpeg headers otherwise
12 lines
440 B
Makefile
12 lines
440 B
Makefile
plugin_LTLIBRARIES = libgstpostproc.la
|
|
|
|
libgstpostproc_la_SOURCES = gstpostproc.c
|
|
|
|
libgstpostproc_la_CFLAGS = $(POSTPROC_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(ORC_CFLAGS)
|
|
libgstpostproc_la_LIBADD = -lgstvideo-@GST_MAJORMINOR@ \
|
|
$(POSTPROC_LIBS) \
|
|
$(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(ORC_LIBS)
|
|
|
|
libgstpostproc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DARWIN_LDFLAGS)
|
|
libgstpostproc_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|