Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sun, 04 Apr 2010 19:38:47 +0000 | reimar | Fix width/height mixup in error message. |
Sun, 04 Apr 2010 17:57:00 +0000 | diego | Remove -O4 from FAAC check, it is in our standard CFLAGS already. |
Sun, 04 Apr 2010 17:18:47 +0000 | diego | Directly use CFLAGS for ASFLAGS instead of duplicating the variable content. |
Sun, 04 Apr 2010 16:56:30 +0000 | reimar | Factor out the YUV->RGB conversion auto-selection and also |
Sun, 04 Apr 2010 16:48:46 +0000 | diego | cosmetics: prettyprint config.mak somewhat |
Sun, 04 Apr 2010 16:32:54 +0000 | diego | Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak. |
Sun, 04 Apr 2010 16:21:07 +0000 | diego | Mark parameterless function declarations as (void). Fixes the warnings: |
Sun, 04 Apr 2010 16:15:38 +0000 | diego | Mark input-related m_option_t arrays as const. |