mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 09:08:14 +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
01220dec57
commit
103f6a7382
5 changed files with 5 additions and 0 deletions
|
@ -5,5 +5,6 @@ plugin_LTLIBRARIES = libgstadder.la
|
|||
libgstadder_la_SOURCES = gstadder.c
|
||||
libgstadder_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstadder_la_LIBADD = $(GST_LIBS)
|
||||
libgstadder_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstadder.h
|
||||
|
|
|
@ -5,5 +5,6 @@ plugin_LTLIBRARIES = libgstaudioscale.la
|
|||
libgstaudioscale_la_SOURCES = gstaudioscale.c
|
||||
libgstaudioscale_la_CFLAGS = -ffast-math $(GST_CFLAGS)
|
||||
libgstaudioscale_la_LIBADD = $(GST_LIBS)
|
||||
libgstaudioscale_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstaudioscale.h
|
||||
|
|
|
@ -5,6 +5,7 @@ plugin_LTLIBRARIES = libgstsinesrc.la
|
|||
libgstsinesrc_la_SOURCES = gstsinesrc.c
|
||||
libgstsinesrc_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstsinesrc_la_LIBADD = $(GST_LIBS)
|
||||
libgstsinesrc_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstsinesrc.h
|
||||
|
||||
|
|
|
@ -16,5 +16,6 @@ libgstvideoscale_la_SOURCES = \
|
|||
$(ARCHSRCS)
|
||||
libgstvideoscale_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
|
||||
libgstvideoscale_la_LIBADD = $(GST_LIBS)
|
||||
libgstvideoscale_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstvideoscale.h videoscale_x86.h
|
||||
|
|
|
@ -5,5 +5,6 @@ plugin_LTLIBRARIES = libgstvolume.la
|
|||
libgstvolume_la_SOURCES = gstvolume.c
|
||||
libgstvolume_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstvolume_la_LIBADD = $(GST_LIBS)
|
||||
libgstvolume_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
||||
|
||||
noinst_HEADERS = gstvolume.h filter.func
|
||||
|
|
Loading…
Reference in a new issue