mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
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:
parent
388a540bad
commit
12be7d6207
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue