diff options
| author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2004-06-06 02:30:37 +0000 |
|---|---|---|
| committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2004-06-06 02:30:37 +0000 |
| commit | 3a3d6e18eec4ce49d352f68fbe52305f10e8a33e (patch) | |
| tree | 69eb5e12d9050e5d5cbbf10d4d0dd1e8f231fb06 /src/video_out/Makefile.am | |
| parent | 6d0a15c5c157ccf8f46ae421e6bbb14fd49cb78d (diff) | |
| download | xine-lib-3a3d6e18eec4ce49d352f68fbe52305f10e8a33e.tar.gz xine-lib-3a3d6e18eec4ce49d352f68fbe52305f10e8a33e.tar.bz2 | |
From: Daniel Mack
Mac OSX video out support.
CVS patchset: 6645
CVS date: 2004/06/06 02:30:37
Diffstat (limited to 'src/video_out/Makefile.am')
| -rw-r--r-- | src/video_out/Makefile.am | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 49f9cd406..dca4fb711 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/misc/Makefile.common -SUBDIRS = libdha vidix +SUBDIRS = libdha vidix macosx EXTRA_DIST = video_out_directfb.c video_out_opengl.c video_out_directx.c video_out_macosx.c @@ -70,9 +70,9 @@ if HAVE_DIRECTX directx_module = xineplug_vo_out_directx.la endif -#if HAVE_MACOSX_VIDEO -#macosx_module = xineplug_vo_out_macosx.la -#endif +if HAVE_MACOSX_VIDEO +macosx_module = xineplug_vo_out_macosx.la +endif # important: @@ -165,13 +165,11 @@ xineplug_vo_out_none_la_SOURCES = video_out_none.c xineplug_vo_out_none_la_LIBADD = $(XINE_LIB) xineplug_vo_out_none_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -#if 0 xineplug_vo_out_macosx_la_SOURCES = alphablend.c video_out_macosx.m xineplug_vo_out_macosx_la_LIBADD = $(MLIB_LIBS) $(OPENGL_LIBS) $(GLUT_LIBS) \ $(GLU_LIBS) $(X_LIBS) $(XINE_LIB) macosx/libxine_macosx_video.la xineplug_vo_out_macosx_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -framework Cocoa -framework OpenGL -lobjc -umbrella AppKit xineplug_vo_out_macosx_la_OBJCFLAGS = $(OBJCFLAGS) $(AM_CFLAGS) -#endif noinst_HEADERS = alphablend.h deinterlace.h video_out_syncfb.h \ yuv2rgb.h x11osd.h |
