FFmpeg git repo
Go to file
Diego Biurrun 7b00340f97 configure: Support preprocessor macros as header names
New versions of FreeType have moved the location of their API
header(s) and hide the location behind a macro.

Since the location changes between versions and no other way
to know the location exists, this workaround becomes necessary.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(cherry picked from commit 52ccc4a0ec)
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>

Conflicts:
	configure
2014-03-13 12:46:10 +01:00
doc doc: developer: Allow tabs in the vim configuration for Automake files 2013-02-24 19:32:52 +01:00
libavcodec arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6 2014-03-09 00:31:31 +01:00
libavdevice v4l2: use C99 struct initializer 2012-01-10 05:04:22 +01:00
libavfilter avfiltergraph: check for sws opts being non-NULL before using them. 2013-04-24 21:01:14 +02:00
libavformat lavf: make av_probe_input_buffer more robust 2014-02-06 23:01:14 -05:00
libavutil samplefmt: avoid integer overflow in av_samples_get_buffer_size() 2014-02-28 23:07:40 -05:00
libpostproc Place some START_TIMER invocations in separate blocks. 2012-01-04 15:05:49 +01:00
libswscale swscale: make filterPos 32bit. 2012-03-08 22:07:55 +01:00
presets presets: spelling error in libvpx 1080p50_60 2011-10-22 00:28:56 +02:00
tests mxfdec: set audio timebase to 1/samplerate 2014-01-07 09:43:58 +01:00
tools aviocat: Remove useless includes 2012-01-21 12:04:02 +02:00
.gitignore Ignore generated aviocat tool. 2013-01-03 15:20:12 +01:00
avconv.c lavc: set the default rc_initial_buffer_occupancy 2013-10-16 22:54:30 +02:00
avplay.c avplay: fix -threads option 2012-02-26 10:03:16 +01:00
avprobe.c avprobe, cmdutils: K&R formatting cosmetics 2012-01-18 21:07:25 +01:00
avserver.c Revert "avserver: fix build after the next bump." 2012-01-21 08:40:47 +01:00
Changelog Updated Changelog for 0.8.10 2014-02-02 12:54:52 -05:00
cmdutils_common_opts.h avtools: add -v as alias for -loglevel 2011-10-09 16:53:06 +01:00
cmdutils.c update year to 2013 2013-03-09 18:54:27 +01:00
cmdutils.h Read preset files with suffix .avpreset 2012-04-29 22:07:01 +02:00
common.mak build: fix 'clean' target 2013-01-03 15:30:45 +01:00
configure configure: Support preprocessor macros as header names 2014-03-13 12:46:10 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile Fix a bunch of platform name and other typos. 2012-01-11 13:48:30 +01:00
ffmpeg.c cosmetics: Rename ffsink to avsink. 2012-01-19 00:19:43 +01:00
INSTALL
library.mak build: fix 'clean' target 2013-01-03 15:30:45 +01:00
LICENSE
Makefile build: fix 'clean' target 2013-01-03 15:30:45 +01:00
README
RELEASE Prepare for 0.8.11 Release 2014-02-06 23:26:33 -05:00
version.sh Drop git- prefix from version labels 2011-06-19 19:41:23 +01:00

Libav README
------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.