diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-08 20:38:30 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-08 20:38:30 +0000 |
commit | 8afb108e2d6beab74685b610ba5295b56fa77d23 (patch) | |
tree | 6958318109dba5b06bde1099bf6ea03f103b48ee /src/video_out/macosx | |
parent | 1775e71a3a4b78909ef30d3071e053102b202640 (diff) | |
download | xine-lib-8afb108e2d6beab74685b610ba5295b56fa77d23.tar.gz xine-lib-8afb108e2d6beab74685b610ba5295b56fa77d23.tar.bz2 |
next try to get the Objective-C OSX code supported by the automagic
CVS patchset: 6660
CVS date: 2004/06/08 20:38:30
Diffstat (limited to 'src/video_out/macosx')
-rw-r--r-- | src/video_out/macosx/Makefile.am | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/src/video_out/macosx/Makefile.am b/src/video_out/macosx/Makefile.am index ad79199dd..a0e268e9b 100644 --- a/src/video_out/macosx/Makefile.am +++ b/src/video_out/macosx/Makefile.am @@ -1,21 +1,7 @@ include $(top_srcdir)/misc/Makefile.common -if HAVE_MACOSX_VIDEO - -AM_CFLAGS = $(X_CFLAGS) -DXINE_COMPILE \ - $(SUNDGA_CFLAGS) $(SDL_CFLAGS) $(VIDIX_CFLAGS) \ - $(AALIB_CFLAGS) $(MLIB_CFLAGS) $(LIBSTK_CFLAGS) \ - $(DIRECTFB_CFLAGS) $(DIRECTX_CFLAGS) $(CACA_CFLAGS) - -macosx_module = xineplug_vo_out_macosx.la - -lib_LTLIBRARIES = libxine_macosx_video.la - -libxine_macosx_video_la_SOURCES = video_window.m -libxine_macosx_video_la_LIBADD = -libxine_macosx_video_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -libxine_macosx_video_la_OBJCFLAGS = $(OBJCFLAGS) +EXTRA_DIST = video_window.m video_window.h +if HAVE_MACOSX_VIDEO include_HEADERS = video_window.h - endif |