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 | 09c1933aee3a2086a1e4551e4f5fbd0e17e52d0e (patch) | |
tree | c0d13f13621ac4d9b82c3e0524f7937b8fcbfe5e /m4 | |
parent | b7d2e0b236a00429d7f6acc69b0c9d3fcdcdaed7 (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; } |