From d007e2f23a9b01f0d5b2790492e33cbd2d1602d1 Mon Sep 17 00:00:00 2001 From: Andre Pang Date: Sun, 24 Oct 2004 14:37:51 +0000 Subject: libxine_macosx_video -> libxineMacOSXVideo: don't use underscores in library name, since underscores break ld's -sub_library flag on Mac OS X (yeah, really ...) CVS patchset: 7072 CVS date: 2004/10/24 14:37:51 --- src/video_out/macosx/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/video_out/macosx/Makefile.am b/src/video_out/macosx/Makefile.am index 028c52eeb..7ad2f811d 100644 --- a/src/video_out/macosx/Makefile.am +++ b/src/video_out/macosx/Makefile.am @@ -9,16 +9,16 @@ EXTRA_DIST = \ if HAVE_MACOSX_VIDEO -lib_LTLIBRARIES = libxine_macosx_video.la +lib_LTLIBRARIES = libxineMacOSXVideo.la -libxine_macosx_video_la_SOURCES = XineOpenGLView.m XineVideoWindow.m +libxineMacOSXVideo_la_SOURCES = XineOpenGLView.m XineVideoWindow.m # The "-Wl,-framework -Wl,..." 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) -libxine_macosx_video_la_LDFLAGS = -version-info \ +libxineMacOSXVideo_la_LDFLAGS = -version-info \ $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -Wl,-framework -Wl,Cocoa -framework Cocoa \ -Wl,-framework -Wl,OpenGL -framework OpenGL -libxine_macosx_video_la_OBJCFLAGS = $(OBJCFLAGS) +libxine_MacOSXVideo_la_OBJCFLAGS = $(OBJCFLAGS) include_HEADERS = video_window.h XineOpenGLView.h XineVideoWindow.h -- cgit v1.2.3