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
db758124
Commit
db758124
authored
Apr 05, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./Makefile, ./configure.in: misc BeOS build fixes.
parent
ceb1c04e
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
288 additions
and
290 deletions
+288
-290
ChangeLog
ChangeLog
+1
-0
Makefile
Makefile
+8
-2
configure
configure
+276
-280
configure.in
configure.in
+1
-6
plugins/beos/VideoWindow.h
plugins/beos/VideoWindow.h
+2
-2
No files found.
ChangeLog
View file @
db758124
...
...
@@ -4,6 +4,7 @@
HEAD
*
./
Makefile
,
./
configure
.
in
:
misc
BeOS
build
fixes
.
*
./
plugins
/
win32
/
win32
.
cpp
:
fixed
`--
intf
intfwin
' which wasn'
t
working
.
*
./
Makefile
:
we
don
't include the Gtk+ and SDL DLLs in the win32 package
anymore, the package is now 700k instead of 4MB.
...
...
Makefile
View file @
db758124
...
...
@@ -401,7 +401,9 @@ package-win32:
unix2dos tmp/
$
${file}
.txt
;
done
mkdir
tmp/plugins
cp
$
(
PLUGINS:%
=
plugins/%.so
)
tmp/plugins/
$(STRIP)
tmp/
$
(
PLUGINS:%
=
plugins/%.so
)
# don't include these two
#rm -f tmp/plugins/gtk.so tmp/plugins/sdl.so
$(STRIP)
$
(
PLUGINS:%
=
tmp/plugins/%.so
)
mkdir
tmp/share
for
file
in
default8x16.psf default8x9.psf
;
\
do
cp
share/
$$
file tmp/share/
;
done
...
...
@@ -422,13 +424,17 @@ package-beos:
mkdir
-p
tmp/vlc/share
# Copy relevant files
cp
vlc tmp/vlc/
strip tmp/vlc/vlc
cp
AUTHORS COPYING ChangeLog README FAQ TODO tmp/vlc/
for
file
in
default8x16.psf default8x9.psf
;
\
do
cp
share/
$$
file tmp/vlc/share/
;
done
mkdir
tmp/vlc/plugins
cp
$
(
PLUGINS:%
=
plugins/%.so
)
tmp/vlc/plugins/
strip
$
(
PLUGINS:%
=
tmp/vlc/plugins/%.so
)
# Create package
mv
tmp/vlc tmp/vlc-
${VERSION}
(
cd
tmp
;
find vlc-
${VERSION}
|
\
zip
-9
-@ vlc-
${VERSION}
-
beos
.zip
)
zip
-9
-@ vlc-
${VERSION}
-
BeOS-x86
.zip
)
mv
tmp/vlc-
${VERSION}
-BeOS-x86
.zip .
# Clean up
rm
-Rf
tmp
...
...
configure
View file @
db758124
This diff is collapsed.
Click to expand it.
configure.in
View file @
db758124
...
...
@@ -88,6 +88,7 @@ case x"${target_os}" in
;;
xbeos)
SYS=beos
save_CFLAGS="${save_CFLAGS} -Wno-multichar -Wno-ctor-dtor-privacy -Woverloaded-virtual"
vlc_LDFLAGS="${vlc_LDFLAGS} -lbe"
plugins_LDFLAGS="${plugins_LDFLAGS} -nostart"
beos_LDFLAGS="${beos_LDFLAGS} -lbe -lgame -lroot -ltracker"
...
...
@@ -98,12 +99,6 @@ case x"${target_os}" in
;;
esac
dnl Flags needed for clean BeOS compilation
if test x"${SYS}" != xbeos
then
save_CFLAGS="${save_CFLAGS} -Wno-multichar -Wno-ctor-dtor-privacy -Woverloaded-virtual"
fi
dnl Flags for plugin compilation
if test x"${SYS}" = xmingw32
then
...
...
plugins/beos/VideoWindow.h
View file @
db758124
...
...
@@ -2,7 +2,7 @@
* VideoWindow.h: BeOS video window class prototype
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: VideoWindow.h,v 1.1
6 2002/04/01 07:37:53 tcastley
Exp $
* $Id: VideoWindow.h,v 1.1
7 2002/04/05 21:26:29 sam
Exp $
*
* Authors: Jean-Marc Dressler <polux@via.ecp.fr>
* Tony Castley <tcastley@mail.powerup.com.au>
...
...
@@ -92,4 +92,4 @@ private:
};
\ No newline at end of file
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