mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
8cdc3e5e8c
Original commit message from CVS: Patch by: Michal Benes <michal dot benes at xeris dot cz> * configure.ac: * gst/h264parse/Makefile.am: * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init), (gst_h264_parse_finalize), (gst_h264_parse_class_init), (gst_h264_parse_init), (gst_h264_parse_chain), (gst_h264_parse_handle_event), (plugin_init): * gst/h264parse/gsth264parse.h: New plugin: h264parse (#340638)
11 lines
294 B
Makefile
11 lines
294 B
Makefile
plugin_LTLIBRARIES = libgsth264parse.la
|
|
|
|
libgsth264parse_la_SOURCES = \
|
|
gsth264parse.c
|
|
|
|
noinst_HEADERS = \
|
|
gsth264parse.h
|
|
|
|
libgsth264parse_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
|
libgsth264parse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
|
libgsth264parse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|