mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 23:14:46 +00:00
Remove redundant plugindir definition
Original commit message from CVS: Remove redundant plugindir definition
This commit is contained in:
parent
29b1807eff
commit
0228717f04
15 changed files with 0 additions and 17 deletions
examples/gob
ext
gst
adder
audioconvert
audioscale
sine
tcp
videoscale
videotestsrc
volume
tests/old/examples/gob
|
@ -1,6 +1,4 @@
|
|||
|
||||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstidentity2.la
|
||||
|
||||
GOB_FILES_ID = gst-identity2.c gst-identity2.h gst-identity2-private.h
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstalsa.la
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstcdparanoia.la
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstgnomevfssrc.la libgstgnomevfssink.la
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
#PANGO_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2
|
||||
#PANGO_LDFLAGS = -Wl,--export-dynamic -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstvorbis.la
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstadder.la
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstaudioconvert.la
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstaudioscale.la
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstsinesrc.la
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgsttcp.la
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstvideoscale.la
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstvideotestsrc.la
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstvolume.la
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
plugin_LTLIBRARIES = libgstidentity2.la
|
||||
|
||||
GOB_FILES_ID = gst-identity2.c gst-identity2.h gst-identity2-private.h
|
||||
|
|
Loading…
Reference in a new issue