mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
tests: opus: remove apparently useless macro in tests
This commit is contained in:
parent
9e60877108
commit
8375ed7763
1 changed files with 0 additions and 2 deletions
|
@ -325,12 +325,10 @@ opus_suite (void)
|
|||
|
||||
suite_add_tcase (s, tc_chain);
|
||||
|
||||
#define X if (0)
|
||||
tcase_add_test (tc_chain, test_opus_encode_nothing);
|
||||
tcase_add_test (tc_chain, test_opus_decode_nothing);
|
||||
tcase_add_test (tc_chain, test_opus_encode_samples);
|
||||
tcase_add_test (tc_chain, test_opus_encode_properties);
|
||||
#undef X
|
||||
|
||||
return s;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue