diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-19 13:48:46 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-06-19 13:48:46 +0000 |
commit | 826e1782e26a76975e505af49a3e305ff49e3749 (patch) | |
tree | cb7e54a23a375cfc0ee6a055cdf094f442ca49aa /src | |
parent | 063ea5c50d61936076ea1686bfe2f6f57dbb548a (diff) | |
download | xine-lib-826e1782e26a76975e505af49a3e305ff49e3749.tar.gz xine-lib-826e1782e26a76975e505af49a3e305ff49e3749.tar.bz2 |
now we need to link against the macosx library, don't we?
CVS patchset: 6704
CVS date: 2004/06/19 13:48:46
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index fc1400dd8..413888933 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -163,7 +163,8 @@ xineplug_vo_out_none_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_vo_out_macosx_la_SOURCES = alphablend.c video_out_macosx.m xineplug_vo_out_macosx_la_CPPFLAGS = $(X_CFLAGS) $(MLIB_CFLAGS) xineplug_vo_out_macosx_la_LIBADD = $(MLIB_LIBS) $(OPENGL_LIBS) $(GLUT_LIBS) \ - $(GLU_LIBS) $(X_LIBS) $(XINE_LIB) + $(GLU_LIBS) $(X_LIBS) $(XINE_LIB) \ + $(top_builddir)/src/video_out/macosx/libxine_macosx_video.la # The "-Wl,-framework -Wl,Cocoa" is needed for libtool versions before # 1.5.x (1.257): the default version that ships with Mac OS X is 1.5 (1.1220) xineplug_vo_out_macosx_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ \ |