Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
64dc9f24
Commit
64dc9f24
authored
Oct 15, 2006
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
forward-port 17091 and 17104 from 0.8.6
parent
e551d2c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
15 deletions
+3
-15
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+3
-4
extras/contrib/src/Patches/goom2k4-0-nommx.patch
extras/contrib/src/Patches/goom2k4-0-nommx.patch
+0
-11
No files found.
extras/contrib/src/Makefile
View file @
64dc9f24
...
@@ -1121,13 +1121,12 @@ goom: goom$(GOOM2k4_VERSION).tar.gz
...
@@ -1121,13 +1121,12 @@ goom: goom$(GOOM2k4_VERSION).tar.gz
$(EXTRACT_GZ)
$(EXTRACT_GZ)
ifdef
HAVE_DARWIN_OS
ifdef
HAVE_DARWIN_OS
patch
-p
0 < Patches/goom.patch
patch
-p
0 < Patches/goom.patch
patch
-p
0 < Patches/goom2k4-0-mmx.patch
else
patch
-p
0 < Patches/goom2k4-0-nommx.patch
endif
endif
ifdef
HAVE_WIN32
ifdef
HAVE_WIN32
(
cd
$@
;
dos2unix configure.in
)
(
cd
$@
;
dos2unix configure.in
)
patch
-p
0 <Patches/goom2k4-0-win32.patch
patch
-p
0 < Patches/goom2k4-0-win32.patch
else
patch
-p
0 < Patches/goom2k4-0-mmx.patch
endif
endif
.goom2k4
:
goom
.goom2k4
:
goom
...
...
extras/contrib/src/Patches/goom2k4-0-nommx.patch
deleted
100644 → 0
View file @
e551d2c4
--- goom.orig/configure.in 2005-02-07 14:46:41.000000000 +0100
+++ goom/configure.in 2006-10-14 22:59:48.000000000 +0200
@@ -58,7 +58,7 @@
dnl ARCH
case "$host" in
i*86-*-*)
- AC_DEFINE(HAVE_MMX)
+# AC_DEFINE(HAVE_MMX)
AC_DEFINE(CPU_X86)
HAVE_MMX="yes"
;;
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