mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +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
bcd8217d64
commit
066b8ff53f
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue