This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fix thread support selection
Originally committed as revision 9358 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård
18 years ago
parent
0db2ce7770
commit
aa45201dd5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure
+ 1
- 1
configure
View File
@@ -1553,7 +1553,7 @@ fi
for thread in $THREADS_LIST; do
if enabled $thread; then
if
! disabled thread_type
; then
if
test -n "$thread_type"
; then
die "ERROR: Only one thread type must be selected."
else
thread_type="$thread"
Write
Preview
Loading…
Cancel
Save