Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-04 16:33:23 +0400
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-04 16:37:47 +0400
commit5cdd49bf25ae8ef45fd9c95dea95363be033e703 (patch)
treef8f37f82477b3d908abb1b318921df27b6c8a5f9 /sys/osxvideo
parentbca1463a666bfc149a5fa2cf2acaa480f15b906a (diff)
gst: Update versioning
Diffstat (limited to 'sys/osxvideo')
-rw-r--r--sys/osxvideo/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/osxvideo/Makefile.am b/sys/osxvideo/Makefile.am
index 8893c2e80..0ff6c0c3f 100644
--- a/sys/osxvideo/Makefile.am
+++ b/sys/osxvideo/Makefile.am
@@ -8,8 +8,8 @@ libgstosxvideosink_la_LIBADD = \
$(GST_LIBS) \
$(GST_BASE_LIBS) \
$(GST_PLUGINS_BASE_LIBS) \
- -lgstvideo-$(GST_MAJORMINOR) \
- -lgstinterfaces-$(GST_MAJORMINOR)
+ -lgstvideo-$(GST_API_VERSION) \
+ -lgstinterfaces-$(GST_API_VERSION)
libgstosxvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,QuickTime -Wl,-framework -Wl,OpenGL
libgstosxvideosink_la_LIBTOOLFLAGS = --tag=disable-static