don't fix a test that should fail (too old a52dec detection)
authorStéphane Loeuillet <gstreamer@leroutier.net>
Wed, 19 May 2004 20:33:05 +0000 (20:33 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Wed, 19 May 2004 20:33:05 +0000 (20:33 +0000)
Original commit message from CVS:
don't fix a test that should fail (too old a52dec detection)

m4/a52.m4

index 6f476af..0065dee 100644 (file)
--- 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;
 }