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 bcd8217d64
commit 066b8ff53f

View file

@ -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;
}