Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
40c5adff
Commit
40c5adff
authored
Jul 13, 2006
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable MMX support goom for now since it doesn't compile and is probably broken.
parent
6f18b612
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-0
extras/contrib/src/Patches/goom2k4-0-nommx.patch
extras/contrib/src/Patches/goom2k4-0-nommx.patch
+11
-0
No files found.
extras/contrib/src/Makefile
View file @
40c5adff
...
...
@@ -1103,6 +1103,7 @@ ifdef HAVE_WIN32
(
cd
$@
;
dos2unix configure.in
)
patch
-p
0 <Patches/goom2k4-0-win32.patch
endif
parch
-p
0 <Patches/goom2k4-0-nommx.patch
.goom2k4
:
goom
ifdef
HAVE_DARWIN_OS
...
...
extras/contrib/src/Patches/goom2k4-0-nommx.patch
0 → 100644
View file @
40c5adff
--- configure.in.orig 2006-07-13 17:23:23.000000000 +0200
+++ configure.in 2006-07-13 17:23:37.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