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
08b3a966
Commit
08b3a966
authored
Nov 24, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: ffmpeg: fix OSX linking with vda enabled
patch sent to libav
parent
b1ff303c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
contrib/src/ffmpeg/rules.mak
contrib/src/ffmpeg/rules.mak
+1
-0
contrib/src/ffmpeg/vda.patch
contrib/src/ffmpeg/vda.patch
+10
-0
No files found.
contrib/src/ffmpeg/rules.mak
View file @
08b3a966
...
...
@@ -116,6 +116,7 @@ ffmpeg: ffmpeg-$(FFMPEG_VERSION).tar.gz .sum-ffmpeg
ifdef
HAVE_WIN32
sed
-i
"s/std=c99/std=gnu99/"
$@
-
$(FFMPEG_VERSION)
/configure
endif
$(APPLY)
$(SRC)
/ffmpeg/vda.patch
$(MOVE)
.ffmpeg
:
ffmpeg
...
...
contrib/src/ffmpeg/vda.patch
0 → 100644
View file @
08b3a966
--- ffmpeg-git/configure.orig 2011-11-24 19:07:09.080887690 -0500
+++ ffmpeg-git/configure 2011-11-24 19:07:36.597024164 -0500
@@ -3000,6 +3000,7 @@
if check_header VideoDecodeAcceleration/VDADecoder.h; then
enable vda
add_ldflags -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore
+ add_extralibs -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore
fi
fi
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