Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
08b3a966
Commit
08b3a966
authored
Nov 24, 2011
by
Rafaël Carré
Browse files
contrib: ffmpeg: fix OSX linking with vda enabled
patch sent to libav
parent
b1ff303c
Changes
2
Hide whitespace changes
Inline
Side-by-side
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