git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
rtsp : only break on parse_rtsp_message on error
29 novembre 2017, par Tristan Matthews -
qsvenc : cavlc option is only available for h264
27 novembre 2017, par Li, Zhongqsvenc: cavlc option is only available for h264 Moving option definition to h264 implementation and fixing command line defaults in order to properly respect cavlc input value Signed-off-by: Zhong Li <zhong.li@intel.com> Signed-off-by: Maxym Dmytrychenko <maxim.d33@gmail.com>
-
makedef : Pass EXTERN_PREFIX from configure to makedef
16 novembre 2017, par Martin Storsjömakedef: Pass EXTERN_PREFIX from configure to makedef This avoids having to use either "dumpbin -headers" to find out the current architecture, or pass $ARCH from configure to deduce it. When configuring with --disable-asm, ARCH is equal to "c", which doesn't give any indication of what symbol prefix is to be used. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Makefile : fix distclean target
13 novembre 2017, par James Almer -
configure : fix writing library dependencies to config.sh
13 novembre 2017, par James Almer