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
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
Show 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
$(EXTRACT_GZ)
ifdef
HAVE_DARWIN_OS
patch
-p
0 < Patches/goom.patch
patch
-p
0 < Patches/goom2k4-0-mmx.patch
else
patch
-p
0 < Patches/goom2k4-0-nommx.patch
endif
ifdef
HAVE_WIN32
(
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
.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