From: Stéphane Loeuillet Date: Wed, 19 May 2004 20:33:05 +0000 (+0000) Subject: don't fix a test that should fail (too old a52dec detection) X-Git-Tag: BRANCH-GSTREAMER-0_8-ROOT~1043 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09c1933aee3a2086a1e4551e4f5fbd0e17e52d0e;p=platform%2Fupstream%2Fgst-plugins-good.git don't fix a test that should fail (too old a52dec detection) Original commit message from CVS: don't fix a test that should fail (too old a52dec detection) --- diff --git a/m4/a52.m4 b/m4/a52.m4 index 6f476af..0065dee 100644 --- a/m4/a52.m4 +++ b/m4/a52.m4 @@ -95,8 +95,7 @@ main () int main () { - a52_state_t *state; - int i = sizeof (state); + int i = sizeof (a52_state_t); if ( i ) return 0; }