mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
fix install location
Original commit message from CVS: fix install location
This commit is contained in:
parent
2bc445f95c
commit
d29150353a
2 changed files with 2 additions and 8 deletions
|
@ -1,9 +1,6 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libmultipart.la
|
||||
plugin_LTLIBRARIES = libgstmultipart.la
|
||||
|
||||
libmultipart_la_SOURCES = multipart.c multipartdemux.c multipartmux.c
|
||||
libmultipart_la_CFLAGS = $(GST_CFLAGS)
|
||||
libmultipart_la_LIBADD =
|
||||
libmultipart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libvideomixer.la
|
||||
plugin_LTLIBRARIES = libgstvideomixer.la
|
||||
|
||||
libvideomixer_la_SOURCES = videomixer.c
|
||||
libvideomixer_la_CFLAGS = $(GST_CFLAGS)
|
||||
libvideomixer_la_LIBADD =
|
||||
libvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue