From 385bba644fffe6d585467a34ac8e01563263f4b5 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 30 Jan 2007 17:19:33 +0000 Subject: configure.ac: Check for an Objective C compiler Original commit message from CVS: * configure.ac: Check for an Objective C compiler * sys/Makefile.am: * sys/osxvideo/Makefile.am: * sys/osxvideo/cocoawindow.h: * sys/osxvideo/cocoawindow.m: * sys/osxvideo/osxvideosink.h: * sys/osxvideo/osxvideosink.m: Port of osxvideo plugin to 0.10. Do NOT consider 100% stable ! Fixes #402470 --- sys/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sys/Makefile.am') diff --git a/sys/Makefile.am b/sys/Makefile.am index 86d4f7a6..06e792bc 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -46,6 +46,12 @@ else DIRECTSOUND_DIR= endif -SUBDIRS = $(GL_DIR) $(DVB_DIR) $(DIRECTDRAW_DIR) $(DIRECTSOUND_DIR) +if USE_OSX_VIDEO +OSX_VIDEO_DIR=osxvideo +else +OSX_VIDEO_DIR= +endif + +SUBDIRS = $(GL_DIR) $(DVB_DIR) $(DIRECTDRAW_DIR) $(DIRECTSOUND_DIR) $(OSX_VIDEO_DIR) -DIST_SUBDIRS = glsink dvb directdraw directsound +DIST_SUBDIRS = glsink dvb directdraw directsound osxvideo -- cgit v1.2.1