[vlc-devel] commit: configure: Correctly use CONTRIB_DIR here. (Pierre d'Herbemont )
git version control
git at videolan.org
Fri Dec 18 09:04:18 CET 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Fri Dec 18 09:03:28 2009 +0100| [1d0423456232a5f553cc9f9b25d539a2d475e63d] | committer: Pierre d'Herbemont
configure: Correctly use CONTRIB_DIR here.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d0423456232a5f553cc9f9b25d539a2d475e63d
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 1cc4038..7245b39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4463,8 +4463,8 @@ then
VLC_ADD_LDFLAGS([macosx minimal_macosx], [-Wl,-framework,CoreServices])
VLC_ADD_LDFLAGS([macosx minimal_macosx], [-Wl,-framework,AGL])
VLC_ADD_LDFLAGS([macosx], [-Wl,-framework,IOKit])
- VLC_ADD_LDFLAGS([macosx], [-F\\\${top_srcdir}/extras/contrib/Sparkle -Wl,-framework,Sparkle])
- VLC_ADD_OBJCFLAGS([macosx], [-F\\\${top_srcdir}/extras/contrib/Sparkle])
+ VLC_ADD_LDFLAGS([macosx], [-F\\\${CONTRIB_DIR}/Sparkle -Wl,-framework,Sparkle])
+ VLC_ADD_OBJCFLAGS([macosx], [-F\\\${CONTRIB_DIR}/Sparkle])
dnl For bug report
VLC_ADD_LDFLAGS([macosx], [-Wl,-framework,AddressBook])
VLC_ADD_LDFLAGS([qtcapture], [-Wl,-framework,QTKit])
More information about the vlc-devel
mailing list