mplayer.patch 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --- loader/Makefile.orig Mon Mar 10 17:21:18 2003
  2. +++ loader/Makefile Mon Aug 11 11:32:05 2003
  3. @@ -17,7 +17,7 @@
  4. # Note: -D_FILE_OFFSET_BITS=32 is required to disable using mmap64(),
  5. # as it's broken in glibc 2.1.2 (bad header) and 2.1.3 (bad code)
  6. WARN_FLAGS =
  7. -CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
  8. +CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer
  9. #CFLAGS=-I. -I.. -O $(WARN_FLAGS) -g #-fno-omit-frame-pointer
  10. all: libloader.a
  11. --- live.orig/groupsock/Groupsock.cpp Thu Aug 7 09:52:09 2003
  12. +++ live/groupsock/Groupsock.cpp Wed Aug 13 14:59:36 2003
  13. @@ -24,9 +24,9 @@
  14. #include "TunnelEncaps.hh"
  15. #if defined(__WIN32__) || defined(_WIN32)
  16. -#include <strstrea.h>
  17. +#include <strstrea>
  18. #else
  19. -#include <strstream.h>
  20. +#include <strstream>
  21. #endif
  22. #include <stdio.h>
  23. --- live.orig/groupsock/NetInterface.cpp Thu Aug 7 09:52:09 2003
  24. +++ live/groupsock/NetInterface.cpp Wed Aug 13 15:00:00 2003
  25. @@ -22,9 +22,9 @@
  26. #include "GroupsockHelper.hh"
  27. #if defined(__WIN32__) || defined(_WIN32)
  28. -#include <strstrea.h>
  29. +#include <strstrea>
  30. #else
  31. -#include <strstream.h>
  32. +#include <strstream>
  33. #endif
  34. ////////// NetInterface //////////