mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-12 19:14:16 +00:00
- plugins are built without versioning info
Original commit message from CVS: - plugins are built without versioning info
This commit is contained in:
parent
99c674ae90
commit
60801db21a
4 changed files with 5 additions and 0 deletions
gst
|
@ -8,5 +8,6 @@ noinst_HEADERS = gstac3parse.h
|
|||
|
||||
libgstac3parse_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
|
||||
libgstac3parse_la_LIBADD = $(GST_LIBS)
|
||||
libgstac3parse_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
|
|
@ -7,10 +7,12 @@ libgstmpegaudioparse_la_SOURCES = gstmpegaudioparse.c
|
|||
# FIXME is this useful?
|
||||
libgstmpegaudioparse_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) -ffast-math -finline-functions $(GST_CFLAGS)
|
||||
libgstmpegaudioparse_la_LIBADD = $(GST_LIBS)
|
||||
libgstmpegaudioparse_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
libgstmp3types_la_SOURCES = gstmp3types.c
|
||||
libgstmp3types_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) -ffast-math -finline-functions $(GST_CFLAGS)
|
||||
libgstmp3types_la_LIBADD = $(GST_LIBS)
|
||||
libgstmp3types_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstmpegaudioparse.h
|
||||
EXTRA_DIST = README
|
||||
|
|
|
@ -5,6 +5,7 @@ plugin_LTLIBRARIES = libgstmpegstream.la
|
|||
libgstmpegstream_la_SOURCES = gstmpegstream.c gstmpegparse.c gstmpegdemux.c gstmpegpacketize.c gstrfc2250enc.c
|
||||
libgstmpegstream_la_CFLAGS = $(GST_CFLAGS) -O3 $(FOMIT_FRAME_POINTER) -ffast-math
|
||||
libgstmpegstream_la_LIBADD = $(GST_LIBS)
|
||||
libgstmpegstream_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstmpegparse.h gstmpegdemux.h gstmpegpacketize.h gstrfc2250enc.h
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@ plugin_LTLIBRARIES = libgstsynaesthesia.la
|
|||
libgstsynaesthesia_la_SOURCES = core.c gstsynaesthesia.c
|
||||
libgstsynaesthesia_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||
libgstsynaesthesia_la_LIBADD = $(GST_LIBS) $(GTK_LIBS)
|
||||
libgstsynaesthesia_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = core.h gstsynaesthesia.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue