diff options
Diffstat (limited to 'src/video_out/macosx/Makefile.am')
| -rw-r--r-- | src/video_out/macosx/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/macosx/Makefile.am b/src/video_out/macosx/Makefile.am index 7ad2f811d..76968ceab 100644 --- a/src/video_out/macosx/Makefile.am +++ b/src/video_out/macosx/Makefile.am @@ -15,7 +15,7 @@ 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) libxineMacOSXVideo_la_LDFLAGS = -version-info \ - $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ + $(XINE_LT_CURRENT):$(XINE_LT_REVISION):$(XINE_LT_AGE) \ -Wl,-framework -Wl,Cocoa -framework Cocoa \ -Wl,-framework -Wl,OpenGL -framework OpenGL libxine_MacOSXVideo_la_OBJCFLAGS = $(OBJCFLAGS) |
