1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
Go to file
Martin Storsjö 08b94f160a configure: Don't pass MSVC compiler options -M[TD] to armasm
The -MD option (for enabling a dynamically linked crt) gets interpreted
as a cpp option for generating dependency information (into a file named
'-.d', when preprocessing to a pipe). We shouldn't be passing
any and all C compiler flags to armasm (which is a plain assembler,
only with cpp bolted on via gas-preprocessor), but these are the
main conflicting ones.

Signed-off-by: Martin Storsjö <martin@martin.st>
2014-08-10 21:29:06 +03:00
compat
doc avresample: Introduce AVFrame-based API 2014-08-10 14:26:37 +02:00
libavcodec avcodec: Postpone FF_IDCT_XVIDMMX removal until the next version bump 2014-08-10 10:41:55 -07:00
libavdevice Bump major versions of all libraries. 2014-08-09 16:58:33 +00:00
libavfilter Bump major versions of all libraries. 2014-08-09 16:58:33 +00:00
libavformat mpegts: Return proper error code on invalid input data 2014-08-10 07:24:30 -07:00
libavresample avresample: Introduce AVFrame-based API 2014-08-10 14:26:37 +02:00
libavutil avresample: Introduce AVFrame-based API 2014-08-10 14:26:37 +02:00
libswscale Bump major versions of all libraries. 2014-08-09 16:58:33 +00:00
presets
tests fate: generate tests/pixfmts.mak for all targets requiring it 2014-08-05 12:18:59 +02:00
tools
.gitignore fate: Split fate-pixdesc tests and dispatch them through Make 2014-08-01 01:18:30 -07:00
arch.mak
avconv_dxva2.c
avconv_filter.c
avconv_opt.c video4linux2: Avoid a floating point exception 2014-07-28 13:11:41 -07:00
avconv_vda.c
avconv_vdpau.c
avconv.c avconv: set the output stream timebase 2014-07-09 13:30:33 +00:00
avconv.h
avplay.c avplay: Handle pixel aspect ratio properly 2014-07-08 21:14:43 +03:00
avprobe.c
Changelog Add Icecast protocol 2014-08-04 12:56:42 +03:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure configure: Don't pass MSVC compiler options -M[TD] to armasm 2014-08-10 21:29:06 +03:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
INSTALL
library.mak build: Support executable only ldflags 2014-07-21 22:18:35 +02:00
LICENSE
Makefile configure: add support for neon intrinsics 2014-07-21 23:18:29 +02:00
README
RELEASE Prepare for 11_alpha2 Release 2014-08-10 10:07:55 -04:00
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.