diff options
author | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-19 20:33:05 +0000 |
---|---|---|
committer | Stéphane Loeuillet <gstreamer@leroutier.net> | 2004-05-19 20:33:05 +0000 |
commit | 12be7d62078fbdc5acda4bc8fe256d083ca3b44b (patch) | |
tree | de3b5ca7a7f4ab0866d0d4dfcb9fb4b7cc9ebdc7 /m4 | |
parent | 388a540badd9ed178da5b40ec7d50234bc99d98f (diff) |
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)
Diffstat (limited to 'm4')
-rw-r--r-- | m4/a52.m4 | 3 |
1 files changed, 1 insertions, 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; } |