An error occurred fetching the project authors.
  1. 25 Apr, 2009 4 commits
  2. 21 Apr, 2009 1 commit
  3. 19 Apr, 2009 3 commits
  4. 18 Apr, 2009 1 commit
  5. 17 Apr, 2009 4 commits
  6. 16 Apr, 2009 1 commit
  7. 13 Apr, 2009 1 commit
  8. 12 Apr, 2009 2 commits
  9. 11 Apr, 2009 1 commit
  10. 10 Apr, 2009 14 commits
  11. 05 Apr, 2009 1 commit
  12. 03 Apr, 2009 2 commits
  13. 29 Mar, 2009 1 commit
    • Pierre Ynard's avatar
      x264: Use -Bsymbolic to fix static link · c20cca81
      Pierre Ynard authored
      On my linux x86_64 system, when trying to statically link the x264
      module against libx264, I get the following error:
      
      /usr/bin/ld: /usr/local/lib/libx264.a(cabac-a.o): relocation
      R_X86_64_PC32 against symbol `x264_cabac_range_lps' can not be used when
      making a shared object; recompile with -fPIC
      /usr/bin/ld: final link failed: Bad value
      
      Even though libx264 was compiled as PIC. Dynamically linking against the
      shared library, built during the same process, works well.
      
      The x264 folks said that VLC needed to use the -Bsymbolic flag to allow
      conversation of a static PIC library into a shared library, so that's
      what I did, and it works for me.
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      c20cca81
  14. 27 Mar, 2009 1 commit
  15. 26 Mar, 2009 1 commit
  16. 19 Mar, 2009 1 commit
  17. 16 Mar, 2009 1 commit