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
bff6cc3c
Commit
bff6cc3c
authored
Sep 16, 2005
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib/src/Makefile: libvorbis now supports --host, so let's use it
parent
9f7cb303
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+4
-6
No files found.
extras/contrib/src/Makefile
View file @
bff6cc3c
...
...
@@ -50,7 +50,7 @@ export PATH = $(PREFIX)/bin:.:/boot/home/config/bin:/bin:/boot/apps:/boot/prefer
export
LIBRARY_PATH
=
$(PREFIX)
/lib:%A/lib:/boot/home/config/lib:/boot/beos/system/lib
else
# Cross compiling from Linux
export
PATH
=
$(PREFIX)
/bin:/opt/cross-tools/bin:/usr/bin:/bin
export
PATH
=
$(PREFIX)
/bin:/opt/
beos-tools/bin:/opt/
cross-tools/bin:/usr/bin:/bin
endif
endif
...
...
@@ -512,11 +512,9 @@ libvorbis: libvorbis-$(VORBIS_VERSION).tar.gz
$(EXTRACT_GZ)
.vorbis
:
libvorbis .ogg
# libvorbis' configure doesn't handle --host
# FIXME: shared libs disabled for now because configure thinks we should
# link the .so to -lc when cross-compiling to BeOS (-> fails)
# -- titer 2005/02/12
(cd
$<;
$(HOSTCC)
./configure
--prefix
=
$(PREFIX)
--disable-shared
&&
make
&&
make
install
)
# FIXME: shared libs disabled for now because of linking errors
# -- titer 2005/09/16
(cd
$<;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
--disable-shared
&&
make
&&
make
install
)
# $(INSTALL_NAME)
touch
$@
...
...
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