Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
1a077e01
Commit
1a077e01
authored
Apr 16, 2007
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
java compilation is javac friendly
parent
cff71493
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
bindings/java/Makefile.am
bindings/java/Makefile.am
+3
-3
configure.ac
configure.ac
+4
-0
No files found.
bindings/java/Makefile.am
View file @
1a077e01
...
...
@@ -62,6 +62,6 @@ VLCExample: $(OBJECTS)
all-am
:
VlcClient VLCExample
clean-local
:
rm
-f
*
.class
*
~ org/videolan/jvlc/
*
.class
org_videolan
*
.h
src/
*
.o
*
.so
*
.o
*
.dll
rm
-f
*
.class
*
~ org/videolan/jvlc/
*
.class src/
*
.o
*
.so
*
.o
*
.dll
endif
configure.ac
View file @
1a077e01
...
...
@@ -5584,6 +5584,10 @@ then
AC_PROG_JAVAC
AC_PROG_JAVA
PLUGINS_BINDINGS="${PLUGINS_BINDINGS} java"
if test "${JAVAC}" == "javac"
then
JAVAC="javac -cp ./ "
fi
fi
AM_CONDITIONAL(BUILD_JAVA, [test "${enable_java_bindings}" = "yes"])
...
...
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