Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
b5b707f0
Commit
b5b707f0
authored
Feb 19, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Really fix libintl linking
parent
1b3784c1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+3
-1
src/Makefile.am
src/Makefile.am
+1
-5
No files found.
Makefile.am
View file @
b5b707f0
...
@@ -216,7 +216,7 @@ LIB_libvlc = src/libvlc.a
...
@@ -216,7 +216,7 @@ LIB_libvlc = src/libvlc.a
endif
endif
vlc_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
vlc
builtin
`
$(vlc_WORKAROUNDLDFLAGS)
vlc_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
vlc
builtin
`
$(vlc_WORKAROUNDLDFLAGS)
vlc_LDADD
=
$(LIB_libvlc)
$(DATA_win32_rc)
$(
LIB_intl
)
vlc_LDADD
=
$(LIB_libvlc)
$(DATA_win32_rc)
$(
INCLUDED_LIBINTL
)
vlc_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc
`
vlc_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc
`
# We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
# We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
...
...
configure.ac
View file @
b5b707f0
...
@@ -290,10 +290,12 @@ AM_GNU_GETTEXT
...
@@ -290,10 +290,12 @@ AM_GNU_GETTEXT
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
if test "${nls_cv_force_use_gnu_gettext}" = "yes"; then
AC_DEFINE(HAVE_INCLUDED_GETTEXT, 1, Define if we use the local libintl)
AC_DEFINE(HAVE_INCLUDED_GETTEXT, 1, Define if we use the local libintl)
INCLUDES="${INCLUDES} -I\$(top_builddir)/intl"
INCLUDES="${INCLUDES} -I\$(top_builddir)/intl"
INCLUDED_LIBINTL="${LIBINTL}"
else
else
VLC_ADD_LDFLAGS([vlc],[${LIBINTL}])
VLC_ADD_LDFLAGS([vlc],[${LIBINTL}])
INCLUDED_LIBINTL=
fi
fi
A
M_CONDITIONAL(BUILD_INTL, test "${nls_cv_force_use_gnu_gettext}" = "yes"
)
A
C_SUBST(INCLUDED_LIBINTL
)
XGETTEXT="${XGETTEXT} --keyword=_NS --keyword=_ANS"
XGETTEXT="${XGETTEXT} --keyword=_NS --keyword=_ANS"
dnl
dnl
...
...
src/Makefile.am
View file @
b5b707f0
...
@@ -5,8 +5,6 @@
...
@@ -5,8 +5,6 @@
NULL
=
NULL
=
SUBDIRS
=
SUBDIRS
=
LIBINTL
=
@LIBINTL@
EXTRA_DIST
=
extras/COPYING misc/modules_builtin.h.in
EXTRA_DIST
=
extras/COPYING misc/modules_builtin.h.in
BUILT_SOURCES
=
$(DISTCLEANFILES)
$(CLEANFILES)
BUILT_SOURCES
=
$(DISTCLEANFILES)
$(CLEANFILES)
...
@@ -135,13 +133,11 @@ libvlc_a_SOURCES = $(SOURCES_libvlc)
...
@@ -135,13 +133,11 @@ libvlc_a_SOURCES = $(SOURCES_libvlc)
libvlc_a_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc
`
libvlc_a_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc
`
libvlc_a_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
vlc
`
libvlc_a_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
vlc
`
libvlc_a_OBJCFLAGS
=
`
$(VLC_CONFIG)
--objcflags
vlc
`
libvlc_a_OBJCFLAGS
=
`
$(VLC_CONFIG)
--objcflags
vlc
`
libvlc_a_LIBADD
=
$(LIBINTL)
libvlc_pic_a_SOURCES
=
$(SOURCES_libvlc)
libvlc_pic_a_SOURCES
=
$(SOURCES_libvlc)
libvlc_pic_a_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc pic
`
libvlc_pic_a_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc pic
`
libvlc_pic_a_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
vlc pic
`
libvlc_pic_a_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
vlc pic
`
libvlc_pic_a_OBJCFLAGS
=
`
$(VLC_CONFIG)
--objcflags
vlc pic
`
libvlc_pic_a_OBJCFLAGS
=
`
$(VLC_CONFIG)
--objcflags
vlc pic
`
libvlc_pic_a_LIBADD
=
$(LIBINTL)
if
HAVE_BEOS
if
HAVE_BEOS
OPT_SOURCES_libvlc_beos
=
$(SOURCES_libvlc_beos)
OPT_SOURCES_libvlc_beos
=
$(SOURCES_libvlc_beos)
...
@@ -173,7 +169,7 @@ endif
...
@@ -173,7 +169,7 @@ endif
endif
endif
libvlc$(LIBEXT)
:
$(OBJECTS_libvlc_so)
libvlc$(LIBEXT)
:
$(OBJECTS_libvlc_so)
@
ldfl
=
"
`
$(VLC_CONFIG)
--libs
plugin vlc
$(pic)
`
"
;
\
@
ldfl
=
"
`
$(VLC_CONFIG)
--libs
plugin vlc
$(pic)
`
$(INCLUDED_LIBINTL)
"
;
\
case
`
$(VLC_CONFIG)
--linkage
vlc
`
in
\
case
`
$(VLC_CONFIG)
--linkage
vlc
`
in
\
c++
)
ld
=
"
$(CXXLINK)
"
;;
\
c++
)
ld
=
"
$(CXXLINK)
"
;;
\
objc
)
ld
=
"
$(OBJCLINK)
"
;;
\
objc
)
ld
=
"
$(OBJCLINK)
"
;;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment