summaryrefslogtreecommitdiffstats
path: root/sys/osxvideo/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sys/osxvideo/Makefile.am')
-rw-r--r--sys/osxvideo/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys/osxvideo/Makefile.am b/sys/osxvideo/Makefile.am
deleted file mode 100644
index 99bb0489..00000000
--- a/sys/osxvideo/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-# FIXME: clean up this crap
-OBJC=gcc
-
-plugin_LTLIBRARIES = libgstosxvideosink.la
-
-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) \
- -lgstinterfaces-$(GST_MAJORMINOR)
-
-libgstosxvideosink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,Cocoa -Wl,-framework -Wl,QuickTime -Wl,-framework -Wl,OpenGL
-
-AM_OBJCFLAGS=$(CFLAGS) $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS)
-
-noinst_HEADERS = osxvideosink.h cocoawindow.h