Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Tue, 04 Mar 2008 21:02:42 +0000 | diego | #include parser-cfg.h instead of declaring m_config_parse_config_file extern. |
Tue, 04 Mar 2008 20:58:25 +0000 | diego | Remove pointless extern keyword from function declaration. |
Tue, 04 Mar 2008 19:34:56 +0000 | diego | Add comments to #endif preprocessor directives. |
Tue, 04 Mar 2008 19:30:35 +0000 | diego | Simplify preprocessor conditionals: USE_LIBAV* is defined when compiling |
Tue, 04 Mar 2008 19:13:18 +0000 | diego | Remove pointless #ifdef USE_LIBAVCODEC inside #ifdef USE_LIBAVCODEC. |
Mon, 03 Mar 2008 22:28:07 +0000 | nicodvb | search channels.conf in mplayer's instdir if all other searches fail; patch by foxcore gmail com |
Mon, 03 Mar 2008 19:40:39 +0000 | diego | Remove ugly workaround for conflicting dca.h headers, it is no longer |
Mon, 03 Mar 2008 19:37:41 +0000 | diego | Only demux_lavf.o explicitly needs -I../libavcodec in CFLAGS. |