Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
63d6a185
Commit
63d6a185
authored
Mar 13, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VPX: try to fix mountain lion patch
parent
e3d6ee99
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
contrib/src/vpx/libvpx-mac-mountain-lion.patch
contrib/src/vpx/libvpx-mac-mountain-lion.patch
+4
-4
No files found.
contrib/src/vpx/libvpx-mac-mountain-lion.patch
View file @
63d6a185
--- libvpx/build/make/gen_asm_deps.sh.orig 201
2-07-18 23:43:18.000000000 +02
00
+++ libvpx
.patched/build/make/gen_asm_deps.sh 2012-07-18 23:45:52.000000000 +02
00
--- libvpx/build/make/gen_asm_deps.sh.orig 201
3-03-13 01:39:54.000000000 +01
00
+++ libvpx
/build/make/gen_asm_deps.sh 2013-03-13 01:41:41.000000000 +01
00
@@ -42,7 +42,7 @@
[ -n "$srcfile" ] || show_help
sfx=${sfx:-asm}
-includes=$(egrep -i "include +\"?+[a-z0-9_/]+\.${sfx}" $srcfile |
+includes=$(egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
-includes=$(
LC_ALL=C
egrep -i "include +\"?+[a-z0-9_/]+\.${sfx}" $srcfile |
+includes=$(
LC_ALL=C
egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
perl -p -e "s;.*?([a-z0-9_/]+.${sfx}).*;\1;")
#" restore editor state
for inc in ${includes}; do
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