FFmpeg git repo
Go to file
Diego Biurrun e69364b700 Mark code parts that cannot work on AMD64 due to broken relocations as such.
This allows building shared libraries on AMD64 again.
based on a patch by Diego 'Flameeyes' Pettenò and suggestions by Michael
original thread:
Date: Wed, 18 Apr 2007 11:26:12 +0200
Subject: [Ffmpeg-devel] [PATCH] (try 2) Build shared libraries on AMD64 again

Originally committed as revision 8849 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-27 09:32:31 +00:00
doc
libavcodec Mark code parts that cannot work on AMD64 due to broken relocations as such. 2007-04-27 09:32:31 +00:00
libavformat Use correct CONFIG_RTP_MUXER ifdef 2007-04-27 01:21:11 +00:00
libavutil Mark code parts that cannot work on AMD64 due to broken relocations as such. 2007-04-27 09:32:31 +00:00
libpostproc
libswscale cosmetics: Remove trailing whitespace. 2007-04-26 23:07:11 +00:00
tests
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure cosmetics: Align some lines. 2007-04-27 07:13:50 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c implement ff_socket_nonblock and use it in networking code 2007-04-27 00:41:50 +00:00
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

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

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

Fabrice Bellard.