Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
dbcc2dec
Commit
dbcc2dec
authored
Jul 29, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove INCLUDED_LIBINTL hack
parent
f243dbe4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
14 deletions
+4
-14
bindings/java/src/Makefile.am
bindings/java/src/Makefile.am
+2
-2
configure.ac
configure.ac
+1
-11
src/Makefile.am
src/Makefile.am
+1
-1
No files found.
bindings/java/src/Makefile.am
View file @
dbcc2dec
...
...
@@ -32,8 +32,8 @@ jvlc$(LIBEXT): $(libjvlc_a_OBJECTS) \
$(libjvlc_a_DEPENDENCIES)
$(CXXLINK)
$(libjvlc_a_OBJECTS)
-Wl
,--kill-at
\
$(srcdir)
/libjvlc.def
\
$(LIBRARIES_libvlc)
-shared
$(LIBRARIES_libvlc)
$(LIBJINCLUDES)
$(LDFLAGS_jvlc)
\
$(INCLUDED_
LIBINTL)
$(LIBRARIES_libvlc)
-shared
$(LIBRARIES_libvlc)
$(LIBJINCLUDES)
\
$(LDFLAGS_jvlc)
$(LT
LIBINTL)
# Cygwin work-around, copied by other makefiles
@if
test
-f
"$@.exe"
;
then
mv
-f
"$@.exe"
"$@"
;
fi
...
...
configure.ac
View file @
dbcc2dec
...
...
@@ -366,19 +366,9 @@ AM_GNU_GETTEXT
AS_IF([test "${nls_cv_force_use_gnu_gettext}" = "yes"], [
AC_DEFINE(HAVE_INCLUDED_GETTEXT, 1, [Define if we use the local libintl])
AM_CPPFLAGS="${AM_CPPFLAGS} -I\$(top_builddir)/intl"
AS_IF([test "${enable_libtool}" != "no"], [
INCLUDED_LIBINTL="${LTLIBINTL}"
],[
INCLUDED_LIBINTL="${LIBINTL}"
])
], [
AS_IF([test "${enable_libtool}" != "no"], [
VLC_ADD_LDFLAGS([libvlc vlc], [${LTLIBINTL}])
], [
VLC_ADD_LDFLAGS([libvlc vlc], [${LIBINTL}])
])
VLC_ADD_LDFLAGS([libvlc vlc], [${LTLIBINTL}])
])
AC_SUBST(INCLUDED_LIBINTL)
dnl
dnl Iconv stuff
...
...
src/Makefile.am
View file @
dbcc2dec
...
...
@@ -105,7 +105,7 @@ endif
libvlc_la_SOURCES
=
$(SOURCES_libvlc)
nodist_libvlc_la_SOURCES
=
misc/revision.c
libvlc_la_LIBADD
=
$(
INCLUDED_
LIBINTL)
libvlc_la_LIBADD
=
$(
LT
LIBINTL)
libvlc_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
libvlc
`
libvlc_la_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
libvlc
`
libvlc_la_OBJCFLAGS
=
`
$(VLC_CONFIG)
--objcflags
libvlc
`
...
...
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