mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
1f54fca86d
Original commit message from CVS: Revived the mpeg1 video parser, probably badly broken but anyway..
9 lines
291 B
Makefile
9 lines
291 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstmp1videoparse.la
|
|
|
|
libgstmp1videoparse_la_SOURCES = gstmp1videoparse.c
|
|
libgstmp1videoparse_la_CFLAGS = $(GST_CFLAGS) -O3 $(FOMIT_FRAME_POINTER) -ffast-math
|
|
libgstmp1videoparse_la_LIBADD = $(GST_LIBS)
|
|
|
|
noinst_HEADERS = gstmp1videoparse.h
|