summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/wmaprodec.c
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2010-06-21 12:29:48 +0000
committerMohamed Tarek <mt@rockbox.org>2010-06-21 12:29:48 +0000
commit8eeec17041aba1727fdd8847e3b8254d3ec62239 (patch)
tree0213c8785cb2f713f49e5772c49779d8c51d81d9 /apps/codecs/libwmapro/wmaprodec.c
parentc20177294022402d6644b5d66f2252f3dc2d7125 (diff)
downloadrockbox-8eeec17041aba1727fdd8847e3b8254d3ec62239.tar.gz
rockbox-8eeec17041aba1727fdd8847e3b8254d3ec62239.zip
Remove the stubbed main() from wmaprodec.c since it's useless now and remove Makefile for the same reason.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27010 a1c6a512-1295-4272-9138-f99709370657
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}