summaryrefslogtreecommitdiffstats
path: root/package/audio/libvorbis
Commit message (Collapse)AuthorAgeFilesLines
* package: cleanup PKG_CONFIG_SYSROOTPeter Korsgaard2008-10-261-3/+0
| | | | | | | | PKG_CONFIG_SYSROOT_DIR and friends get set in package/Makefile.in, so there's no need to set it in the makefiles of the individual packages as well. Based on a patch by Markus Heidelberg.
* audio: Move all audio packages into audio subdirDaniel Laird2008-09-052-0/+168
Moved all audio packages into a subdir called audio. I then created a Config.in and made sure that a audio.mk existed. Daniel Laird