Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
abbb32b2
Commit
abbb32b2
authored
May 13, 2005
by
Eric Petit
Browse files
contrib/src/Makefile: fixed cross compiling of twolame
parent
953c8585
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
abbb32b2
...
...
@@ -1027,7 +1027,7 @@ twolame: twolame-$(TWOLAME_VERSION).tar.gz
$(EXTRACT_GZ)
.twolame
:
twolame
(
cd
twolame
;
./configure
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
(
cd
twolame
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
...
...
Write
Preview
Supports
Markdown
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