summaryrefslogtreecommitdiffstats
path: root/package/multimedia/libmad/libmad-0.15.1b-remove-deprecated-cflags.patch
Commit message (Collapse)AuthorAgeFilesLines
* package/multimedia: move audio libraries outGustavo Zacarias2012-05-051-33/+0
| | | | | | | | Move audio libraries out of the Audio and Video category into the Libraries/Audio one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmad: unbreak build with gcc-4.3.xPeter Korsgaard2009-01-201-0/+33
libmad used the long deprecated -fforce-mem gcc flag, which no longer is recognized in gcc-4.3.x. It has long been a noop, so simply remove it.