mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
9 lines
250 B
Makefile
9 lines
250 B
Makefile
|
plugin_LTLIBRARIES = libgstx264.la
|
||
|
|
||
|
libgstx264_la_SOURCES = gstx264enc.c
|
||
|
libgstx264_la_CFLAGS = $(X264_CFLAGS) $(GST_CFLAGS)
|
||
|
libgstx264_la_LIBADD = $(X264_LIBS) $(GST_LIBS)
|
||
|
libgstx264_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstx264enc.h
|