summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile (follow)
Commit message (Collapse)AuthorAge
...
* Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for ↵Thom Johansen2005-04-12
| | | | | | initiating the port. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6276 a1c6a512-1295-4272-9138-f99709370657
* do the SOURCES magic correct here tooDaniel Stenberg2005-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6160 a1c6a512-1295-4272-9138-f99709370657
* don't say anything, just slap me on sight... :-!Daniel Stenberg2005-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6154 a1c6a512-1295-4272-9138-f99709370657
* Oops. I didn't mean to commit this just yet, this is work in progress.Daniel Stenberg2005-03-06
| | | | | | | Reverting this until tested further. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6153 a1c6a512-1295-4272-9138-f99709370657
* Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg2005-03-06
| | | | | | | SOURCES file. Hopefully this now works better for Mac OS X people. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6152 a1c6a512-1295-4272-9138-f99709370657
* Made the plugin linking depend on the plugin library for the simulator ↵Jens Arnold2005-03-05
| | | | | | builds too. Removed unneeded dependency on plugin.h, because the .o gets rebuilt anyway when plugin.h changes: git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6148 a1c6a512-1295-4272-9138-f99709370657
* Rockboy - gameboy emulation for rockbox, based on gnuboy. Still a bit early, ↵Jens Arnold2005-03-02
| | | | | | but already playable on iRiver H1xx and the simulators. The archos recorder version is currently rather slow... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6104 a1c6a512-1295-4272-9138-f99709370657
* add wv2wavChristian Gmeiner2005-02-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6063 a1c6a512-1295-4272-9138-f99709370657
* Win32 simulator: fixed building of codec test plugins.Jens Arnold2005-02-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6044 a1c6a512-1295-4272-9138-f99709370657
* Proper check for cygwin build environment, avoids win32 error 5 when loading ↵Jens Arnold2005-02-22
| | | | | | plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6040 a1c6a512-1295-4272-9138-f99709370657
* Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg2005-02-22
| | | | | | | between uisimulator files and firmware/apps files are better done. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6031 a1c6a512-1295-4272-9138-f99709370657
* First version of vorbis decoderDave Chapman2005-02-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6017 a1c6a512-1295-4272-9138-f99709370657
* use CFLAGS and the codeclibs when linking .rocks on x11 simDaniel Stenberg2005-02-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6003 a1c6a512-1295-4272-9138-f99709370657
* Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg2005-02-18
| | | | | | | | made by configure and various related adjustments. This has not yet been tested on cygwin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6001 a1c6a512-1295-4272-9138-f99709370657
* Add flac2wav decoder - hardcoded output is /flactest.wavDave Chapman2005-02-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5989 a1c6a512-1295-4272-9138-f99709370657
* Initial version of a52towav test viewer plugin for liba52 - output is ↵Dave Chapman2005-02-16
| | | | | | hardcoded to /ac3test.wav. CUrrently restricted to Stereo AC-3 files, but easy to fix for other types of files (e.g. 5.1) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5977 a1c6a512-1295-4272-9138-f99709370657
* Initial check-in of mpa2wav - a test "viewer" plugin for the iRiver to ↵Dave Chapman2005-02-16
| | | | | | convert an MPEG audio file (MP1/2/3) into a wav file (currently hard-coded to /libmadtest.wav git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5966 a1c6a512-1295-4272-9138-f99709370657
* Link with the proper optionsLinus Nielsen Feltzing2005-02-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5827 a1c6a512-1295-4272-9138-f99709370657
* preprocess the linker file with more infoDaniel Stenberg2005-02-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5770 a1c6a512-1295-4272-9138-f99709370657
* Removed the depfile dependency for the .elf target, so all plugins aren't ↵Linus Nielsen Feltzing2004-11-04
| | | | | | relinked every time a plugin source file changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5381 a1c6a512-1295-4272-9138-f99709370657
* Removed the ENABLEDPLUGINS checkLinus Nielsen Feltzing2004-10-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5206 a1c6a512-1295-4272-9138-f99709370657
* new SOURCES file that specifies which files to build in each dir, useDaniel Stenberg2004-10-04
| | | | | | | | | config.h preprocessor symbols to make conditionals use the GCCOPTS now specified in the root Makefile by configure git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5158 a1c6a512-1295-4272-9138-f99709370657
* adjusted to work better in the new conceptDaniel Stenberg2004-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5108 a1c6a512-1295-4272-9138-f99709370657
* Rearranged makefiles again to move platform-specific stuff from the MakefilesDaniel Stenberg2004-09-22
| | | | | | | to either the configure script or to be ifdefed in the sources. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5103 a1c6a512-1295-4272-9138-f99709370657
* temporarily disabled building of plugins for OndioDaniel Stenberg2004-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5079 a1c6a512-1295-4272-9138-f99709370657
* build system updated to include Ondio optionJörg Hohensohn2004-09-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5052 a1c6a512-1295-4272-9138-f99709370657
* rombox support: building and zipDaniel Stenberg2004-09-06
| | | | | | | general makefile: less output git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5043 a1c6a512-1295-4272-9138-f99709370657
* Added the apps/recorder dir to the include path for recorder buildsLinus Nielsen Feltzing2004-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4853 a1c6a512-1295-4272-9138-f99709370657
* Finally, the archos directory sandbox works in the same way for both X11 and ↵Linus Nielsen Feltzing2004-06-10
| | | | | | win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4726 a1c6a512-1295-4272-9138-f99709370657
* Plugin/file type association system. Patch #879411 by Henrik BackeBjörn Stenberg2004-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4677 a1c6a512-1295-4272-9138-f99709370657
* Further adjustments for the plugin libraryLinus Nielsen Feltzing2004-05-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4634 a1c6a512-1295-4272-9138-f99709370657
* No more dependency of the cat commandLinus Nielsen Feltzing2003-11-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4077 a1c6a512-1295-4272-9138-f99709370657
* Henrik Backe's patch that makes the .map files get created in the buildDaniel Stenberg2003-07-24
| | | | | | | directory and not in the source directory. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3872 a1c6a512-1295-4272-9138-f99709370657
* I thougt the 8MB build is broken, but "make clean" just didn't delete the ↵Jörg Hohensohn2003-07-20
| | | | | | linker definitions. Now it does. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3853 a1c6a512-1295-4272-9138-f99709370657
* Added plugin support for 8MB-modified units. This bumps the plugin API ↵Björn Stenberg2003-07-13
| | | | | | version number again. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3831 a1c6a512-1295-4272-9138-f99709370657
* Added plugin loader. Moved games, demos and the text viewer to loadable ↵Björn Stenberg2003-06-29
plugins. Copy your *.rock files to /.rockbox/rocks/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3769 a1c6a512-1295-4272-9138-f99709370657