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
a655740f
Commit
a655740f
authored
Mar 08, 2007
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libjvlc changes for win32 cross compile
parent
3f0c8f49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
bindings/java/Makefile.am
bindings/java/Makefile.am
+1
-1
bindings/java/src/Makefile.am
bindings/java/src/Makefile.am
+13
-4
No files found.
bindings/java/Makefile.am
View file @
a655740f
...
...
@@ -39,7 +39,7 @@ PROCESSOR_FAMILY = `uname -m | sed -e 's/^i.86/i386/' | sed -e 's/^x86_64/amd64/
if
HAVE_WIN32
JINCLUDES
=
-I
${JAVA_HOME}
/include
-I
${JAVA_HOME}
/include/win32
LIBJINCLUDES
=
-L
${JAVA_HOME}
/
lib
-lj
awt
LIBJINCLUDES
=
-L
${JAVA_HOME}
/
jre/bin
-l
awt
JCH
=
javah
else
JINCLUDES
=
-I
$(JAVA_HOME)
/include
-I
$(JAVA_HOME)
/include/linux
...
...
bindings/java/src/Makefile.am
View file @
a655740f
...
...
@@ -11,19 +11,28 @@ libjvlc_la_SOURCES = \
libjvlc_la_CPPFLAGS
=
`
$(VLC_CONFIG)
--cflags
pic
`
$(JINCLUDES)
libjvlc_la_LIBADD
=
../../../src/libvlc-control.la
$(LIBJINCLUDES)
libjvlc_a_SOURCES
=
$(libjvlc_la_SOURCES)
libjvlc_a_CPPFLAGS
=
`
$(VLC_CONFIG)
--cflags
pic
`
$(JINCLUDES)
libjvlc_a_LIBADD
=
../../../src/libvlc.a
if
BUILD_JAVA
if
USE_LIBTOOL
lib_LTLIBRARIES
=
libjvlc.la
else
lib_LIBRARIES
=
libjvlc.a
endif
COBJECTS
=
utils.o video-jni.o audio-jni.o input-jni.o playlist-jni.o vlm-jni.o core-jni.o graphics-jni.o
if
HAVE_WIN32
DATA_noinst_libjvlc
=
libjvlc
$(LIBEXT)
libjvlc
$(LIBEXT)
.a
JAVACXXFLAGS
=
-I
.
-Isrc
-I
../../
-I
../../include
-I
../../../include
$(JINCLUDES)
`
top_builddir
=
../../.. ../../../vlc-config
--cflags
pic
`
-c
AM_CXXFLAGS
=
$(JAVACXXFLAG
S)
libjvlc.dll.a libjvlc.def
:
libjvlc$(LIBEXT)
$(DLLTOOL)
-z
libjvlc.def
-l
libjvlc.dll.a
-D
$<
$(libjvlc_a_OBJECT
S)
all-am
:
$(C
OBJECTS)
libjvlc$(LIBEXT)
:
$(libjvlc_a_
OBJECTS)
all
:
libjvlc.dll.a
endif
.PHONY
:
clean-local
...
...
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