diff options
Diffstat (limited to 'apps/codecs/libwmapro/wmaprodec.c')
| -rw-r--r-- | apps/codecs/libwmapro/wmaprodec.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/codecs/libwmapro/wmaprodec.c b/apps/codecs/libwmapro/wmaprodec.c index e729194..9d9e2cb 100644 --- a/apps/codecs/libwmapro/wmaprodec.c +++ b/apps/codecs/libwmapro/wmaprodec.c @@ -1599,9 +1599,3 @@ AVCodec wmapro_decoder = { .long_name = NULL_IF_CONFIG_SMALL("Windows Media Audio 9 Professional"), }; #endif - -int main(void) -{ - /* possible test program - just here now to ensure linking is done properly */ - return 0; -} |