mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +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
976b03eb44
commit
40adafc6f7
4 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,4 @@ libgstaudioinclude_HEADERS = audio.h
|
|||
|
||||
libgstaudio_la_LIBADD = $(GST_LIBS)
|
||||
libgstaudio_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math
|
||||
libgstaudio_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
|
|
@ -29,3 +29,4 @@ noinst_HEADERS = dct.h
|
|||
|
||||
libgstidct_la_LIBADD = $(GST_LIBS)
|
||||
libgstidct_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math
|
||||
libgstidct_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
|
|
@ -15,6 +15,7 @@ endif
|
|||
libgstresample_la_SOURCES = dtos.c functable.c resample.c resample.h
|
||||
libgstresample_la_LIBADD = $(GST_LIBS)
|
||||
libgstresample_la_CFLAGS = $(GST_CFLAGS) -ffast-math $(ARCHCFLAGS)
|
||||
libgstresample_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = resample.h
|
||||
|
||||
|
|
|
@ -9,3 +9,4 @@ libgstriffinclude_HEADERS = riff.h
|
|||
|
||||
libgstriff_la_LIBADD = $(GST_LIBS)
|
||||
libgstriff_la_CFLAGS = $(GST_CFLAGS) -funroll-all-loops -finline-functions -ffast-math
|
||||
libgstriff_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
|
Loading…
Reference in a new issue