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
f6773c99
Commit
f6773c99
authored
Dec 19, 2006
by
Christophe Mutricy
Browse files
Don't use pic on win32. it confuses nasm
parent
2e4b79c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
f6773c99
...
...
@@ -1216,10 +1216,11 @@ endif
ifdef
HAVE_WIN32
.x264
:
x264 .pthreads
(
cd
$<
;
./configure
$(X264CONF)
--prefix
=
"
$(PREFIX)
"
&&
make
&&
make
install
)
else
.x264
:
x264
(
cd
$<
;
./configure
$(X264CONF)
--prefix
=
"
$(PREFIX)
"
--enable-pic
&&
make
&&
make
install
)
endif
(
cd
$<
;
./configure
$(X264CONF)
--prefix
=
"
$(PREFIX)
"
--enable-pic
&&
make
&&
make
install
)
touch
$@
CLEAN_FILE
+=
.x264
...
...
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