FFmpeg git repo
Go to file
Bernd Kuhls bf6c84d7eb Fix compile error on bfin.
After the removal of all Blackfin architecture optimizations in
http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b55d3bbeed375f7b74442c4dd274d116a3e3d2e1
some includes were left behind leading to a compile error:

CC      libavformat/adtsenc.o
In file included from ./libavcodec/get_bits.h:35,
                 from ./libavcodec/ac3_parser.h:27,
                 from libavformat/ac3dec.c:23:
./libavcodec/mathops.h:43:29: error: bfin/mathops.h: No such file or directory

This compile error was found by buildroot autobuild system:
http://autobuild.buildroot.net/results/ae0/ae056f267e907091d09d2a1546d6f1ae02fa23b9/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-05 01:54:47 +02:00
compat
doc Merge commit 'e9abafca278f87e1ecc6d50091d99b73ff63c9a6' 2014-08-04 22:12:24 +02:00
libavcodec Fix compile error on bfin. 2014-08-05 01:54:47 +02:00
libavdevice lavd/avfoundation: Add device category. 2014-08-05 01:36:26 +02:00
libavfilter Merge commit '1ef9e8376466bb1e2c147e47554b94cab9c8b04a' 2014-08-04 06:11:34 +02:00
libavformat avformat/util: change av_find_default_stream_index() to use a score based system 2014-08-04 18:06:26 +02:00
libavresample Merge commit 'fbc0b8659967ea54a8472b5f795270d38bb085dd' 2014-08-04 02:49:48 +02:00
libavutil Fix compile error on bfin. 2014-08-05 01:54:47 +02:00
libpostproc
libswresample swresample/swresample: Treat mono as planar 2014-08-04 03:05:05 +02:00
libswscale swscale/swscale_internal: fix ya16 -> rgba 2014-08-05 01:51:11 +02:00
presets
tests Merge commit 'eee813eec7d3c0b0689f80665d3f796401742935' 2014-08-05 01:20:20 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog libavformat: Add Icecast protocol 2014-08-04 13:33:44 +02:00
INSTALL.md
LICENSE.md
MAINTAINERS
Makefile
README.md
RELEASE
RELEASE_NOTES
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure Merge commit 'eb9244f20210fd420fb9b3c98126f9cae525d1cc' 2014-08-04 14:14:13 +02:00
ffmpeg.c ffmpeg: Do not fail if a demuxer and decoder use the same option identifer 2014-08-04 13:33:44 +02:00
ffmpeg.h ffmpeg: Do not fail if a demuxer and decoder use the same option identifer 2014-08-04 13:33:44 +02:00
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: Do not fail if a demuxer and decoder use the same option identifer 2014-08-04 13:33:44 +02:00
ffmpeg_vda.c
ffmpeg_vdpau.c
ffplay.c
ffprobe.c
ffserver.c ffserver: initialize pbuffer in prepare_sdp_description() 2014-08-02 18:32:37 +02:00
library.mak
version.sh

README.md

FFmpeg README

  1. Documentation

  1. Licensing

  • See the LICENSE file.
  1. Build and Install

  • See the INSTALL file.