git.videolan.org Git - x264.git/summary
x264 git repository
Les articles publiés sur le site
-
Add AVC-Intra 1080p50/60 Class 100 parameters
21 septembre 2013, par Kieran Kunhya -
Add —filler option
9 septembre 2013, par Jason Garrett-Glaser -
configure : don’t generate a git version number if .git isn’t present
4 septembre 2013, par Sean McGovern -
configure : include dependency libs in the Libs pkg-config
3 septembre 2013, par Martin Storsjoconfigure: include dependency libs in the Libs pkg-config If only a static library is built, the user of the library that just tries to link to the lib using the flags provided by pkg-config might not know that only a static lib exists and that he'd have to pass --static to pkg-config to get the internal dependencies to be able to link the library. For a shared build, the internal dependencies are kept in Libs.private as before. This matches how libav's pkg-config files are generated.
-
Fix INSTALL in configure for Solaris systems
3 septembre 2013, par Tim Mooney