osxvideo: explicitly link to GST_LIBS
authorMichael Smith <msmith@songbirdnest.com>
Sat, 24 Oct 2009 01:28:22 +0000 (18:28 -0700)
committerMichael Smith <msmith@songbirdnest.com>
Sat, 24 Oct 2009 01:28:22 +0000 (18:28 -0700)
sys/osxvideo/Makefile.am

index 71fc620..a9aeeb0 100644 (file)
@@ -5,7 +5,10 @@ libgstosxvideosink_la_SOURCES = osxvideosink.m cocoawindow.m
 libgstosxvideosink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
        $(GST_PLUGINS_BASE_CFLAGS)
 libgstosxvideosink_la_LIBADD =  \
-       $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
+       $(GST_LIBS) \
+       $(GST_BASE_LIBS) \
+    $(GST_PLUGINS_BASE_LIBS) \
+    -lgstvideo-$(GST_MAJORMINOR) \
        -lgstinterfaces-$(GST_MAJORMINOR)
 
 libgstosxvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,QuickTime -Wl,-framework -Wl,OpenGL