1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs/libffmpegFLAC
2011-01-30 00:58:45 +00:00
..
arm.h
arm.S
bitstream.h
coldfire.h
coldfire.S
COPYING
decoder.c
decoder.h
golomb.h
libffmpegFLAC.make Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1 2011-01-12 22:28:43 +00:00
main.c
Makefile.test
README
README.rockbox
shndec.c Use __builtin_constant_p() to select the best byteswapping method: constant or target optimized. Same macro can then be used for constant values and inits as well as non-constant. 2011-01-30 00:58:45 +00:00
shndec.h
SOURCES

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  liba52 and libpostproc are licensed under the Lesser GNU General
  Public License. 

* liba52 and libpostproc are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.