cvs commit: ports/multimedia/mplayer Makefile ports/multimedia/mplayer/files patch-ad

Andrey Slusar anray at FreeBSD.org
Thu Jun 15 15:48:17 UTC 2006


anray       2006-06-15 15:48:16 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/mplayer   Makefile 
    multimedia/mplayer/files patch-ad 
  Log:
  When compiling mplayer against x264, configure says it's unavailable
  because it does not link the test-program with -pthread.
  Remove the static -lx264 and replaces it with the accurate
  `pkg-config --libs x264`, so the linker finds all the symbols needed.
  After that, mencoder can finally encode x264-movies.
  
  PR:             ports/98914
  Submitted by:   Mark Daniel Reidel <ports at mark.reidel.info>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.138     +1 -1      ports/multimedia/mplayer/Makefile
  1.28      +7 -1      ports/multimedia/mplayer/files/patch-ad


More information about the cvs-ports mailing list