fix install location
Original commit message from CVS: fix install location
This commit is contained in:
parent
2bc445f95c
commit
d29150353a
@ -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…
x
Reference in New Issue
Block a user