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)
This commit is contained in:
Stéphane Loeuillet 2004-05-19 20:33:05 +00:00
parent 388a540bad
commit 12be7d6207

View file

@ -95,8 +95,7 @@ main ()
int int
main () main ()
{ {
a52_state_t *state; int i = sizeof (a52_state_t);
int i = sizeof (state);
if ( i ) if ( i )
return 0; return 0;
} }