Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
d1ebd4a9
Commit
d1ebd4a9
authored
Dec 14, 2009
by
Alex Converse
Browse files
10l: Don't spawn a subshell when disabling vdpau.
Originally committed as revision 20867 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
cc38e063
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
d1ebd4a9
...
...
@@ -2483,8 +2483,8 @@ check_func XFixesGetCursorImage -lX11 -lXext -lXfixes
check_cpp_condition
\
vdpau/vdpau.h
"defined VDP_DECODER_PROFILE_MPEG4_PART2_ASP"
||
(
echolog
"Please upgrade to libvdpau >= 0.2 if you would like vdpau support."
&&
disable vdpau
)
{
echolog
"Please upgrade to libvdpau >= 0.2 if you would like vdpau support."
&&
disable vdpau
;
}
enabled debug
&&
add_cflags
-g
"
$debuglevel
"
&&
add_asflags
-g
"
$debuglevel
"
...
...
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