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
a21959af
Commit
a21959af
authored
Mar 16, 2008
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove ant references on --enable-java-bindings, say users to run mvn
parent
fc14fe5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
configure.ac
configure.ac
+6
-5
No files found.
configure.ac
View file @
a21959af
...
@@ -392,7 +392,7 @@ lt_cv_deplibs_check_method=pass_all
...
@@ -392,7 +392,7 @@ lt_cv_deplibs_check_method=pass_all
dnl
dnl
dnl Gettext stuff
dnl Gettext stuff
dnl
dnl
AM_GNU_GETTEXT_VERSION(0.1
7
)
AM_GNU_GETTEXT_VERSION(0.1
6.1
)
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT([external])
VLC_ADD_LIBS([libvlc vlc], [${LTLIBINTL}])
VLC_ADD_LIBS([libvlc vlc], [${LTLIBINTL}])
...
@@ -5987,10 +5987,11 @@ if test "${enable_java_bindings}" = "yes"
...
@@ -5987,10 +5987,11 @@ if test "${enable_java_bindings}" = "yes"
then
then
echo ""
echo ""
echo "****** WARNING **** WARNING ***** WARNING *************"
echo "****** WARNING **** WARNING ***** WARNING *************"
echo "*** To compile the java bindings go to the
echo "*** To compile the java bindings go to the "
echo "*** bindings/java folder and run ant.
echo "*** bindings/java folder and run mvn install. "
echo "*** This configuration will continue, so you will be
echo "*** You need maven2 installed. "
echo "*** able to compile VideoLAN as usual.
echo "*** This configuration will continue, so you will be "
echo "*** able to compile VideoLAN as usual. "
echo "*******************************************************"
echo "*******************************************************"
echo ""
echo ""
fi
fi
...
...
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