summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-05-19 20:33:05 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-05-19 20:33:05 +0000
commit848c417b7637f516df7321d2acbaa7983212c82e (patch)
tree4395a547b47eace938e67a4d6b70cc0e4aa3353d /m4
parente057c6d9ac36c4f996fddef91e0be54bbf5b7c88 (diff)
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)
Diffstat (limited to 'm4')
-rw-r--r--m4/a52.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/a52.m4 b/m4/a52.m4
index 6f476af8..0065deeb 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;
}