summaryrefslogtreecommitdiffstats
path: root/doc/developer.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-24 14:32:55 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-24 14:32:55 +0100
commit2fc662ae63ab79234f7c2996ad4e5c1993f85a18 (patch)
tree1d4d3299b037c1b12046ec68a41926da8412deea /doc/developer.texi
parent5ecf8189c682f41ab315e171e0e7721d7e272138 (diff)
parent040c565e51985477a8fa5e42d2ddfb26ebde6608 (diff)
downloadffmpeg-streaming-2fc662ae63ab79234f7c2996ad4e5c1993f85a18.zip
ffmpeg-streaming-2fc662ae63ab79234f7c2996ad4e5c1993f85a18.tar.gz
Merge commit '040c565e51985477a8fa5e42d2ddfb26ebde6608'
* commit '040c565e51985477a8fa5e42d2ddfb26ebde6608': doc: developer: Allow tabs in the vim configuration for Automake files Remove pointless av_cold attributes in header files Conflicts: libavcodec/h264.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/developer.texi')
-rw-r--r--doc/developer.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 5acdce9..fe4b40a 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -203,7 +203,7 @@ set softtabstop=4
set cindent
set cinoptions=(0
" Allow tabs in Makefiles.
-autocmd FileType make set noexpandtab shiftwidth=8 softtabstop=8
+autocmd FileType make,automake set noexpandtab shiftwidth=8 softtabstop=8
" Trailing whitespace and tabs are forbidden, so highlight them.
highlight ForbiddenWhitespace ctermbg=red guibg=red
match ForbiddenWhitespace /\s\+$\|\t/
OpenPOWER on IntegriCloud