FFmpeg git repo
Go to file
Loren Merritt e52567c295 build: Strip spurious labels
The implementation of 25cb0c1a involves lots of spurious labels.

The effect of keeping those labels around is making debugging harder.
Those labels are meaningless, and complicate the disassembly. Also,
gdb can't tell the difference between them and function entry points.

This new strip command is irrelevant to any usage of Libav that would
have used the old fully stripped version, because the old one was for
non-debug use.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2013-10-07 06:20:15 -04:00
compat
doc
libavcodec x86: fdct: Employ more specific ifdefs 2013-10-06 22:02:25 +02:00
libavdevice
libavfilter
libavformat
libavresample
libavutil x86inc: activate REP_RET automatically 2013-10-07 06:17:59 -04:00
libswscale
presets
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
Makefile
README
RELEASE
arch.mak
avconv.c
avconv.h
avconv_filter.c
avconv_opt.c
avplay.c
avprobe.c
avserver.c
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure build: Strip spurious labels 2013-10-07 06:20:15 -04:00
library.mak build: Strip spurious labels 2013-10-07 06:20:15 -04:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.