[FFmpeg-devel] [PATCH 0/3] A couple more fixes (not just for Solaris)

Diego 'Flameeyes' Pettenò flameeyes
Sun Sep 28 17:39:06 CEST 2008


I'm sending three more (little) patches I prepared today while trying
to get FFmpeg to build under OpenSolaris (and I think I finally
accomplished it!), just one is strictly Solaris-related: forcing PIC
on when building the libraries (otherwise there will be problems with
linking, using GNU ld).

The other two patches are quite Solaris-independent: one is a trivial
reduction of warnings by fixing two format string sin ffserver.c,
while the other, needed for OpenSolaris to work, adds the extra
library object flags (that is, if needed, PIC flags) before checking
for %ebx (to avoid false positives).

HTH,
Diego

---

Diego 'Flameeyes' Petten? (3):
      Remove some format string warnings from ffserver.c
      Use LIBOBJFLAGS when checking if %ebx is available.
      Always create PIC objects for shared libraries under Solaris.


 configure  |    1 +
 ffserver.c |    6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)




More information about the ffmpeg-devel mailing list