summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-05 12:11:48 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-05 12:11:48 +0100
commit06ad309ab4b7089442968fa8ac49b8db5e2fce0a (patch)
treed46cf264521ade26a73ff065e95ebf813ed195d9 /configure
parentd7f9f34dc683f4990c670a9e7a5964997e6380b3 (diff)
parent813b82b927b19532e3bc3397b972c8a27b9f6326 (diff)
downloadffmpeg-streaming-06ad309ab4b7089442968fa8ac49b8db5e2fce0a.zip
ffmpeg-streaming-06ad309ab4b7089442968fa8ac49b8db5e2fce0a.tar.gz
Merge commit '813b82b927b19532e3bc3397b972c8a27b9f6326'
* commit '813b82b927b19532e3bc3397b972c8a27b9f6326': configure: Fix silly typo in logging command of check_struct() fate: remove last incomplete frame from mpeg2-field-enc test Conflicts: tests/fate/video.mak tests/ref/fate/mpeg2-field-enc Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 926b1a0..1c58571 100755
--- a/configure
+++ b/configure
@@ -1020,7 +1020,7 @@ check_type(){
}
check_struct(){
- log check_type "$@"
+ log check_struct "$@"
headers=$1
struct=$2
member=$3
OpenPOWER on IntegriCloud