summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/alsaspdif/Makefile.am4
-rw-r--r--ext/divx/Makefile.am9
-rw-r--r--ext/ivorbis/Makefile.am1
-rw-r--r--ext/musicbrainz/Makefile.am4
-rw-r--r--ext/neon/Makefile.am16
-rw-r--r--ext/sdl/Makefile.am25
-rw-r--r--ext/swfdec/Makefile.am5
-rw-r--r--ext/theora/Makefile.am12
-rw-r--r--ext/wavpack/Makefile.am1
-rw-r--r--ext/xvid/Makefile.am5
10 files changed, 36 insertions, 46 deletions
diff --git a/ext/alsaspdif/Makefile.am b/ext/alsaspdif/Makefile.am
index 77bd3c62..5087030d 100644
--- a/ext/alsaspdif/Makefile.am
+++ b/ext/alsaspdif/Makefile.am
@@ -6,8 +6,8 @@ libgstalsaspdif_la_SOURCES = alsaspdifsink.c
# flags used to compile this plugin
# we use the GST_LIBS flags because we might be using plug-in libs
libgstalsaspdif_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(ALSA_CFLAGS)
-libgstalsaspdif_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS) $(ALSA_LIBS)
-libgstalsaspdif_la_LDFLAGS = $(GST_BASE_LIBS) $(GST_PLUGIN_LDFLAGS)
+libgstalsaspdif_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) $(GST_BASE_LIBS) $(GST_LIBS) $(ALSA_LIBS)
+libgstalsaspdif_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
# headers we need but don't want installed
noinst_HEADERS = alsaspdifsink.h
diff --git a/ext/divx/Makefile.am b/ext/divx/Makefile.am
index 4630f248..0d9a979e 100644
--- a/ext/divx/Makefile.am
+++ b/ext/divx/Makefile.am
@@ -1,14 +1,13 @@
-
plugin_LTLIBRARIES = libgstdivxdec.la libgstdivxenc.la
+AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(DIVX_CFLAGS)
+
libgstdivxenc_la_SOURCES = gstdivxenc.c
-libgstdivxenc_la_CFLAGS = $(GST_CFLAGS) $(DIVX_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgstdivxenc_la_LIBADD = $(DIVXENC_LIBS) $(GST_PLUGINS_BASE_LIBS)
+libgstdivxenc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(DIVXENC_LIBS)
libgstdivxenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstdivxdec_la_SOURCES = gstdivxdec.c
-libgstdivxdec_la_CFLAGS = $(GST_CFLAGS) $(DIVX_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgstdivxdec_la_LIBADD = $(DIVXDEC_LIBS) $(GST_PLUGINS_BASE_LIBS)
+libgstdivxdec_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(DIVXDEC_LIBS)
libgstdivxdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstdivxenc.h gstdivxdec.h
diff --git a/ext/ivorbis/Makefile.am b/ext/ivorbis/Makefile.am
index 1098f72f..ccf3f298 100644
--- a/ext/ivorbis/Makefile.am
+++ b/ext/ivorbis/Makefile.am
@@ -1,4 +1,3 @@
-
plugin_LTLIBRARIES = libgstivorbis.la
libgstivorbis_la_SOURCES = vorbis.c vorbisfile.c vorbisdec.c
diff --git a/ext/musicbrainz/Makefile.am b/ext/musicbrainz/Makefile.am
index 24259da9..e29cbb43 100644
--- a/ext/musicbrainz/Makefile.am
+++ b/ext/musicbrainz/Makefile.am
@@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgsttrm.la
noinst_HEADERS = gsttrm.h
libgsttrm_la_SOURCES = gsttrm.c
-libgsttrm_la_CFLAGS = $(GST_CFLAGS) $(MUSICBRAINZ_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgsttrm_la_LIBADD = $(GST_LIBS) $(MUSICBRAINZ_LIBS) $(GST_PLUGINS_BASE_LIBS) \
+libgsttrm_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(MUSICBRAINZ_CFLAGS)
+libgsttrm_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) $(MUSICBRAINZ_LIBS) \
-lgsttag-@GST_MAJORMINOR@
libgsttrm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
diff --git a/ext/neon/Makefile.am b/ext/neon/Makefile.am
index 1da120dd..b5ea9a77 100644
--- a/ext/neon/Makefile.am
+++ b/ext/neon/Makefile.am
@@ -1,15 +1,9 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
+plugin_LTLIBRARIES = libgstneonhttpsrc.la
-plugin_LTLIBRARIES = libgstneonhttpsrc.la
+libgstneonhttpsrc_la_SOURCES = gstneonhttpsrc.c
-libgstneonhttpsrc_la_SOURCES = gstneonhttpsrc.c
-
-libgstneonhttpsrc_la_CFLAGS = $(GST_CFLAGS) \
- $(NEON_CFLAGS)
-
-libgstneonhttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-libgstneonhttpsrc_la_LIBADD = $(GST_BASE_LIBS) \
- $(NEON_LIBS)
+libgstneonhttpsrc_la_CFLAGS = $(GST_CFLAGS) $(NEON_CFLAGS)
+libgstneonhttpsrc_la_LIBADD = $(GST_BASE_LIBS) $(NEON_LIBS)
+libgstneonhttpsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstneonhttpsrc.h
diff --git a/ext/sdl/Makefile.am b/ext/sdl/Makefile.am
index 24e6d985..556ad064 100644
--- a/ext/sdl/Makefile.am
+++ b/ext/sdl/Makefile.am
@@ -1,19 +1,18 @@
-plugin_LTLIBRARIES = libgstsdlvideosink.la
+plugin_LTLIBRARIES = libgstsdl.la
-libgstsdlvideosink_la_SOURCES = gstsdl.c \
- sdlvideosink.c \
- sdlaudiosink.c
+libgstsdl_la_SOURCES = \
+ gstsdl.c \
+ sdlvideosink.c \
+ sdlaudiosink.c
-libgstsdlvideosink_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
- $(SDL_CFLAGS)
-
-libgstsdlvideosink_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
+libgstsdl_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(SDL_CFLAGS)
+libgstsdl_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
-lgstvideo-$(GST_MAJORMINOR) \
- -lgstaudio-@GST_MAJORMINOR@ \
+ -lgstaudio-$(GST_MAJORMINOR) \
-lgstinterfaces-$(GST_MAJORMINOR) \
$(SDL_LIBS)
+libgstsdl_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstsdlvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = sdlvideosink.h \
- sdlaudiosink.h
+noinst_HEADERS = \
+ sdlvideosink.h \
+ sdlaudiosink.h
diff --git a/ext/swfdec/Makefile.am b/ext/swfdec/Makefile.am
index 2d7f41d3..9cbfc83f 100644
--- a/ext/swfdec/Makefile.am
+++ b/ext/swfdec/Makefile.am
@@ -1,9 +1,8 @@
plugin_LTLIBRARIES = libgstswfdec.la
libgstswfdec_la_SOURCES = gstswfdec.c
-libgstswfdec_la_CFLAGS = $(GST_CFLAGS) $(SWFDEC_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgstswfdec_la_LIBADD = $(SWFDEC_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS)
+libgstswfdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(SWFDEC_CFLAGS)
+libgstswfdec_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BLIBS) $(SWFDEC_LIBS)
libgstswfdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstswfdec.h
-
diff --git a/ext/theora/Makefile.am b/ext/theora/Makefile.am
index b361d96f..8f003236 100644
--- a/ext/theora/Makefile.am
+++ b/ext/theora/Makefile.am
@@ -1,12 +1,14 @@
+### FIXME: rename directory to theoraexp
+
plugin_LTLIBRARIES = libgsttheoraexp.la
noinst_HEADERS = theoradec.h
libgsttheoraexp_la_SOURCES = theoradec.c
-libgsttheoraexp_la_CFLAGS = $(GST_CFLAGS) $(THEORADEC_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgsttheoraexp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgsttheoraexp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(THEORADEC_CFLAGS)
libgsttheoraexp_la_LIBADD = \
- -lgsttag-@GST_MAJORMINOR@ \
+ $(GST_PLUGINS_BASE_LIBS) \
+ -lgsttag-$(GST_MAJORMINOR) \
$(GST_LIBS) \
- $(THEORADEC_LIBS) \
- $(GST_PLUGINS_BASE_LIBS)
+ $(THEORADEC_LIBS)
+libgsttheoraexp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
diff --git a/ext/wavpack/Makefile.am b/ext/wavpack/Makefile.am
index f91ae2b2..6de09e93 100644
--- a/ext/wavpack/Makefile.am
+++ b/ext/wavpack/Makefile.am
@@ -1,4 +1,3 @@
-
plugin_LTLIBRARIES = libgstwavpack.la
libgstwavpack_la_SOURCES = \
diff --git a/ext/xvid/Makefile.am b/ext/xvid/Makefile.am
index 411f330f..26a86cd9 100644
--- a/ext/xvid/Makefile.am
+++ b/ext/xvid/Makefile.am
@@ -1,9 +1,8 @@
-
plugin_LTLIBRARIES = libgstxvid.la
libgstxvid_la_SOURCES = gstxvidenc.c gstxviddec.c gstxvid.c
-libgstxvid_la_CFLAGS = $(GST_CFLAGS) $(XVID_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
-libgstxvid_la_LIBADD = $(XVID_LIBS) $(GST_PLUGINS_BASE_LIBS)
+libgstxvid_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(XVID_CFLAGS)
+libgstxvid_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(XVID_LIBS)
libgstxvid_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstxvidenc.h gstxviddec.h gstxvid.h