Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2006 15:48:16 +0000 (UTC)
From:      Andrey Slusar <anray@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/multimedia/mplayer Makefile ports/multimedia/mplayer/files patch-ad
Message-ID:  <200606151548.k5FFmGW5057852@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606151548.k5FFmGW5057852>