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 | 066b8ff53f131720c6a2a23e94b3dea5cef1b2c7 (patch) | |
tree | 54ed4cdf2d9df1db0445f24ecccea270d0b34b98 /m4 | |
parent | bcd8217d6473e45c188c5676e610bf4d77f0bd0b (diff) | |
download | gstreamer-plugins-bad-066b8ff53f131720c6a2a23e94b3dea5cef1b2c7.tar.gz |
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; } |