diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-04 14:41:22 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-04 14:44:34 +0200 |
commit | 1318a97e0ac9e11e6cea726cf08d1701c23eb9ae (patch) | |
tree | a35fe4fb2dc6299c42c90df6c4c0288381a0aa56 /sys | |
parent | 4c0b7fd03b9ca24d0aff6a68519e382b80d2a196 (diff) | |
download | gstreamer-plugins-bad-1318a97e0ac9e11e6cea726cf08d1701c23eb9ae.tar.gz |
gst: Update versioning
Diffstat (limited to 'sys')
-rw-r--r-- | sys/acmenc/Makefile.am | 6 | ||||
-rw-r--r-- | sys/acmmp3dec/Makefile.am | 6 | ||||
-rw-r--r-- | sys/applemedia/Makefile.am | 4 | ||||
-rw-r--r-- | sys/avc/Makefile.am | 4 | ||||
-rw-r--r-- | sys/d3dvideosink/Makefile.am | 2 | ||||
-rw-r--r-- | sys/decklink/Makefile.am | 4 | ||||
-rw-r--r-- | sys/directdraw/Makefile.am | 4 | ||||
-rw-r--r-- | sys/directsound/Makefile.am | 4 | ||||
-rw-r--r-- | sys/dshowdecwrapper/Makefile.am | 2 | ||||
-rw-r--r-- | sys/osxvideo/Makefile.am | 4 | ||||
-rw-r--r-- | sys/pvr2d/Makefile.am | 4 | ||||
-rw-r--r-- | sys/vdpau/Makefile.am | 6 | ||||
-rw-r--r-- | sys/vdpau/basevideodecoder/Makefile.am | 2 | ||||
-rw-r--r-- | sys/vdpau/gstvdp/Makefile.am | 18 |
14 files changed, 35 insertions, 35 deletions
diff --git a/sys/acmenc/Makefile.am b/sys/acmenc/Makefile.am index eb1b603a6..2abad53a4 100644 --- a/sys/acmenc/Makefile.am +++ b/sys/acmenc/Makefile.am @@ -6,9 +6,9 @@ libgstacmenc_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ libgstacmenc_la_LIBADD = \ $(GST_BASE_LIBS) \ $(GST_PLUGINS_BASE_LIBS) \ - -lgstriff-$(GST_MAJORMINOR) \ - -lgstaudio-$(GST_MAJORMINOR) \ - -lgsttag-$(GST_MAJORMINOR) \ + -lgstriff-$(GST_API_VERSION) \ + -lgstaudio-$(GST_API_VERSION) \ + -lgsttag-$(GST_API_VERSION) \ -lmsacm32 libgstacmenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) diff --git a/sys/acmmp3dec/Makefile.am b/sys/acmmp3dec/Makefile.am index f927c7233..1d7b27e58 100644 --- a/sys/acmmp3dec/Makefile.am +++ b/sys/acmmp3dec/Makefile.am @@ -6,9 +6,9 @@ libgstacmmp3dec_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ libgstacmmp3dec_la_LIBADD = \ $(GST_BASE_LIBS) \ $(GST_PLUGINS_BASE_LIBS) \ - -lgstriff-$(GST_MAJORMINOR) \ - -lgstaudio-$(GST_MAJORMINOR) \ - -lgsttag-$(GST_MAJORMINOR) \ + -lgstriff-$(GST_API_VERSION) \ + -lgstaudio-$(GST_API_VERSION) \ + -lgsttag-$(GST_API_VERSION) \ -lmsacm32 libgstacmmp3dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS) libgstacmmp3dec_la_LIBTOOLFLAGS = --tag=disable-static diff --git a/sys/applemedia/Makefile.am b/sys/applemedia/Makefile.am index f7b853dfe..e2b5395e7 100644 --- a/sys/applemedia/Makefile.am +++ b/sys/applemedia/Makefile.am @@ -25,8 +25,8 @@ libgstapplemedia_la_OBJCFLAGS = \ libgstapplemedia_la_LIBADD = \ $(GST_BASE_LIBS) \ $(GST_PLUGINS_BASE_LIBS) \ - -lgstinterfaces-$(GST_MAJORMINOR) \ - -lgstvideo-$(GST_MAJORMINOR) + -lgstinterfaces-$(GST_API_VERSION) \ + -lgstvideo-$(GST_API_VERSION) libgstapplemedia_la_LIBTOOLFLAGS = --tag=disable-static diff --git a/sys/avc/Makefile.am b/sys/avc/Makefile.am index 963f51494..315127386 100644 --- a/sys/avc/Makefile.am +++ b/sys/avc/Makefile.am @@ -9,8 +9,8 @@ libgstavc_la_CPPFLAGS = \ -framework AVCVideoServices \ -Wno-deprecated-declarations libgstavc_la_LIBADD = \ - $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \ - -lgstinterfaces-$(GST_MAJORMINOR) \ + $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \ + -lgstinterfaces-$(GST_API_VERSION) \ $(GST_BASE_LIBS) \ $(GST_LIBS) diff --git a/sys/d3dvideosink/Makefile.am b/sys/d3dvideosink/Makefile.am index 76b79209d..1c6d24b9b 100644 --- a/sys/d3dvideosink/Makefile.am +++ b/sys/d3dvideosink/Makefile.am @@ -6,7 +6,7 @@ libgstd3dvideosink_la_SOURCES = d3dvideosink.c directx/d3d.c directx/dx.c \ directx/directx11/dx11.c directx/directx11/dx11_d3d.c libgstd3dvideosink_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_CFLAGS) $(DIRECTX_CFLAGS) libgstd3dvideosink_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \ - -lgstvideo-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR) \ + -lgstvideo-$(GST_API_VERSION) -lgstinterfaces-$(GST_API_VERSION) \ $(DIRECT3D_LIBS) libgstd3dvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTX_LDFAGS) libgstd3dvideosink_la_LIBTOOLFLAGS = --tag=disable-static diff --git a/sys/decklink/Makefile.am b/sys/decklink/Makefile.am index 9d1260170..8e959957f 100644 --- a/sys/decklink/Makefile.am +++ b/sys/decklink/Makefile.am @@ -10,8 +10,8 @@ libgstdecklink_la_LIBADD = \ $(GST_PLUGINS_BASE_LIBS) \ $(GST_BASE_LIBS) \ $(GST_LIBS) \ - -lgstvideo-@GST_MAJORMINOR@ \ - -lgstinterfaces-@GST_MAJORMINOR@ \ + -lgstvideo-@GST_API_VERSION@ \ + -lgstinterfaces-@GST_API_VERSION@ \ $(DECKLINK_LIBS) \ $(LIBM) libgstdecklink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) diff --git a/sys/directdraw/Makefile.am b/sys/directdraw/Makefile.am index 559db9b36..16fc15006 100644 --- a/sys/directdraw/Makefile.am +++ b/sys/directdraw/Makefile.am @@ -4,8 +4,8 @@ libgstdirectdrawsink_la_SOURCES = gstdirectdrawsink.c gstdirectdrawplugin.c libgstdirectdrawsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) $(DIRECTX_CFLAGS) libgstdirectdrawsink_la_LIBADD = $(DIRECTDRAW_LIBS) \ - $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \ - -lgstinterfaces-$(GST_MAJORMINOR) + $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \ + -lgstinterfaces-$(GST_API_VERSION) libgstdirectdrawsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTX_LDFLAGS) libgstdirectdrawsink_la_LIBTOOLFLAGS = --tag=disable-static diff --git a/sys/directsound/Makefile.am b/sys/directsound/Makefile.am index cd1e05944..bdb48bd0f 100644 --- a/sys/directsound/Makefile.am +++ b/sys/directsound/Makefile.am @@ -4,8 +4,8 @@ libgstdirectsoundsrc_la_SOURCES = gstdirectsoundsrc.c gstdirectsoundplugin.c libgstdirectsoundsrc_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) $(DIRECTX_CFLAGS) libgstdirectsoundsrc_la_LIBADD = $(DIRECTDRAW_LIBS) \ - $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) \ - -lgstinterfaces-$(GST_MAJORMINOR) -ldsound + $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \ + -lgstinterfaces-$(GST_API_VERSION) -ldsound libgstdirectsoundsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTX_LDFLAGS) libgstdirectsoundsrc_la_LIBTOOLFLAGS = --tag=disable-static diff --git a/sys/dshowdecwrapper/Makefile.am b/sys/dshowdecwrapper/Makefile.am index c62d46f73..0ad26352e 100644 --- a/sys/dshowdecwrapper/Makefile.am +++ b/sys/dshowdecwrapper/Makefile.am @@ -5,7 +5,7 @@ libgstdshowdecwrapper_la_SOURCES = gstdshowaudiodec.cpp gstdshowdecwrapper.cpp \ gstdshowfakesrc.cpp libgstdshowdecwrapper_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/gst-libs/gst -DLIBGSTDSHOWDECWRAPPER_EXPORTS -libgstdshowdecwrapper_la_LIBADD = $(top_builddir)/gst-libs/gst/dshow/libgstdshow-@GST_MAJORMINOR@.la \ +libgstdshowdecwrapper_la_LIBADD = $(top_builddir)/gst-libs/gst/dshow/libgstdshow-@GST_API_VERSION@.la \ $(GST_BASE_LIBS) $(GST_LIBS) libgstdshowdecwrapper_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstdshowdecwrapper_la_LIBTOOLFLAGS = --tag=disable-static diff --git a/sys/osxvideo/Makefile.am b/sys/osxvideo/Makefile.am index 53391f7ed..56f432516 100644 --- a/sys/osxvideo/Makefile.am +++ b/sys/osxvideo/Makefile.am @@ -5,8 +5,8 @@ libgstosxvideosrc_la_SOURCES = osxvideoplugin.c osxvideosrc.c libgstosxvideosrc_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) -Wno-deprecated-declarations libgstosxvideosrc_la_LIBADD = \ - $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \ - -lgstinterfaces-$(GST_MAJORMINOR) + $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \ + -lgstinterfaces-$(GST_API_VERSION) libgstosxvideosrc_la_LIBTOOLFLAGS = --tag=disable-static diff --git a/sys/pvr2d/Makefile.am b/sys/pvr2d/Makefile.am index b45071063..fd94d4aa3 100644 --- a/sys/pvr2d/Makefile.am +++ b/sys/pvr2d/Makefile.am @@ -8,8 +8,8 @@ libgstpvr_la_SOURCES = \ libgstpvr_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(PVR_CFLAGS) libgstpvr_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \ - $(GST_PLUGINS_BASE_LIBS) $(X11_LIBS) -lgstvideo-$(GST_MAJORMINOR) \ - -lgstinterfaces-$(GST_MAJORMINOR) -lpvr2d -lpvrPVR2D_DRIWSEGL\ + $(GST_PLUGINS_BASE_LIBS) $(X11_LIBS) -lgstvideo-$(GST_API_VERSION) \ + -lgstinterfaces-$(GST_API_VERSION) -lpvr2d -lpvrPVR2D_DRIWSEGL\ $(PVR_LIBS) \ $(LIBM) diff --git a/sys/vdpau/Makefile.am b/sys/vdpau/Makefile.am index dabba0896..d507d4a37 100644 --- a/sys/vdpau/Makefile.am +++ b/sys/vdpau/Makefile.am @@ -21,9 +21,9 @@ libgstvdpau_la_SOURCES = \ libgstvdpau_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(X11_CFLAGS) $(VDPAU_CFLAGS) libgstvdpau_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \ - $(GST_PLUGINS_BASE_LIBS) $(X11_LIBS) -lgstvideo-$(GST_MAJORMINOR) \ - -lgstinterfaces-$(GST_MAJORMINOR) $(VDPAU_LIBS) \ - gstvdp/libgstvdp-@GST_MAJORMINOR@.la \ + $(GST_PLUGINS_BASE_LIBS) $(X11_LIBS) -lgstvideo-$(GST_API_VERSION) \ + -lgstinterfaces-$(GST_API_VERSION) $(VDPAU_LIBS) \ + gstvdp/libgstvdp-@GST_API_VERSION@.la \ $(LIBM) libgstvdpau_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) diff --git a/sys/vdpau/basevideodecoder/Makefile.am b/sys/vdpau/basevideodecoder/Makefile.am index 76bdea556..fcd508458 100644 --- a/sys/vdpau/basevideodecoder/Makefile.am +++ b/sys/vdpau/basevideodecoder/Makefile.am @@ -8,7 +8,7 @@ libgstbasevideodecoder_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \ -DGstBaseVideoDecoder=SatBaseVideoDecoder \ -DGstBaseVideoDecoderClass=SatBaseVideoDecoderClass libgstbasevideodecoder_la_LIBADD = \ - $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) \ + $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_API_VERSION) \ $(GST_BASE_LIBS) $(GST_LIBS) libgstbasevideodecoder_la_LDFLAGS = $(GST_ALL_LDFLAGS) -module -avoid-version diff --git a/sys/vdpau/gstvdp/Makefile.am b/sys/vdpau/gstvdp/Makefile.am index 375969087..982b21fd5 100644 --- a/sys/vdpau/gstvdp/Makefile.am +++ b/sys/vdpau/gstvdp/Makefile.am @@ -1,6 +1,6 @@ -lib_LTLIBRARIES = libgstvdp-@GST_MAJORMINOR@.la +lib_LTLIBRARIES = libgstvdp-@GST_API_VERSION@.la -libgstvdp_@GST_MAJORMINOR@_la_SOURCES = \ +libgstvdp_@GST_API_VERSION@_la_SOURCES = \ gstvdpdevice.c \ gstvdputils.c \ gstvdpbuffer.c \ @@ -14,8 +14,8 @@ libgstvdp_@GST_MAJORMINOR@_la_SOURCES = \ gstvdpdecoder.c \ gstvdp.c -libgstvdp_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/vdpau -libgstvdp_@GST_MAJORMINOR@include_HEADERS = \ +libgstvdp_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/vdpau +libgstvdp_@GST_API_VERSION@include_HEADERS = \ gstvdpdevice.h \ gstvdputils.h \ gstvdpbuffer.h \ @@ -29,12 +29,12 @@ libgstvdp_@GST_MAJORMINOR@include_HEADERS = \ gstvdpdecoder.h \ gstvdp.h -libgstvdp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ +libgstvdp_@GST_API_VERSION@_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) $(X11_CFLAGS) $(VDPAU_CFLAGS) -libgstvdp_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) $(X11_LIBS) $(VDPAU_LIBS) \ - -lgstvideo-$(GST_MAJORMINOR) \ +libgstvdp_@GST_API_VERSION@_la_LIBADD = $(GST_LIBS) $(X11_LIBS) $(VDPAU_LIBS) \ + -lgstvideo-$(GST_API_VERSION) \ ../basevideodecoder/libgstbasevideodecoder.la -libgstvdp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_LT_LDFLAGS) $(GST_ALL_LDFLAGS) -libgstvdp_@GST_MAJORMINOR@_la_LIBTOOLFLAGS = --tag=disable-static +libgstvdp_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_LT_LDFLAGS) $(GST_ALL_LDFLAGS) +libgstvdp_@GST_API_VERSION@_la_LIBTOOLFLAGS = --tag=disable-static |