summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/wmaprodec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/wmaprodec.c')
-rw-r--r--apps/codecs/libwmapro/wmaprodec.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/codecs/libwmapro/wmaprodec.c b/apps/codecs/libwmapro/wmaprodec.c
index e72919434c..9d9e2cbc61 100644
--- a/apps/codecs/libwmapro/wmaprodec.c
+++ b/apps/codecs/libwmapro/wmaprodec.c
@@ -1599,9 +1599,3 @@ AVCodec wmapro_decoder = {
1599 .long_name = NULL_IF_CONFIG_SMALL("Windows Media Audio 9 Professional"), 1599 .long_name = NULL_IF_CONFIG_SMALL("Windows Media Audio 9 Professional"),
1600}; 1600};
1601#endif 1601#endif
1602
1603int main(void)
1604{
1605 /* possible test program - just here now to ensure linking is done properly */
1606 return 0;
1607}