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
baba0c81
Commit
baba0c81
authored
Oct 11, 2006
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make really java bindings compile again
parent
884e3536
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
bindings/java/Makefile.am
bindings/java/Makefile.am
+7
-2
bindings/java/org/videolan/jvlc/JVLC.java
bindings/java/org/videolan/jvlc/JVLC.java
+1
-1
No files found.
bindings/java/Makefile.am
View file @
baba0c81
...
...
@@ -77,10 +77,15 @@ VlcClient: $(OBJECTS)
VLCExample
:
$(OBJECTS)
$(JAVAC)
VLCExample.java
class
:
%.java
if
HAVE_WIN32
%.class
:
%.java
$(JAVAC)
$?
$(JCH)
org.videolan.jvlc.
$
(
*
F
)
else
%.class
:
%.java
$(JAVAC)
$?
$(JCH)
$
(
@D
)
/
$
(
*
F
)
-o
includes/
$
(
*
F
)
.h
endif
clean-local
:
rm
-f
*
.class
*
~ org/videolan/jvlc/
*
.class org_videolan
*
.h includes/
*
.h src/
*
.o
*
.so
*
.o
*
.dll
...
...
bindings/java/org/videolan/jvlc/JVLC.java
View file @
baba0c81
...
...
@@ -60,7 +60,7 @@ public class JVLC implements Runnable {
public
JVLC
()
{
String
[]
args
=
new
String
[
1
];
args
[
0
]
=
""
;
args
[
0
]
=
"
jvlc
"
;
_instance
=
createInstance
(
args
);
playlist
=
new
Playlist
(
_instance
);
...
...
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