pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/multimedia
On Sun, Oct 18, 2009 at 10:22:11PM +0000, Adam Hoka wrote:
> Module Name: pkgsrc
> Committed By: ahoka
> Date: Sun Oct 18 22:22:11 UTC 2009
>
> Modified Files:
> pkgsrc/multimedia/gmplayer: Makefile distinfo
> pkgsrc/multimedia/mencoder: Makefile
> pkgsrc/multimedia/mplayer: Makefile
> pkgsrc/multimedia/mplayer-share: Makefile Makefile.common PLIST
> distinfo options.mk
> pkgsrc/multimedia/mplayer-share/patches: patch-aa patch-ac patch-ad
> patch-ae patch-ag patch-an patch-ao patch-ar patch-vb
> Added Files:
> pkgsrc/multimedia/mplayer-share/patches: patch-ve_x264
> Removed Files:
> pkgsrc/multimedia/mplayer-share/files: ao_pulse.c
> pkgsrc/multimedia/mplayer-share/patches: patch-ab patch-af patch-ai
> patch-aj patch-ak patch-al patch-am patch-ap patch-aq patch-ba
> patch-bb patch-bc patch-bd patch-be patch-ca patch-tc patch-va
>
> Log Message:
> Upgrade to the SVN snapshot as of 2009-10-17.
> The builtin libavcodec now uses yasm to assemble hand written
> h264 code. The older x264 we currently have in pkgsrc is not supported
> by mplayer, so I had to do some hand tweaking to make it work.
> It may contain bugs because of this, so report any fallouts with h264.
This breaks the build with
PKG_OPTIONS.mplayer= -aalib dts -mplayer-runtime-cpudetection -sdl
libmpcodecs/ad_libdca.o: In function `dts_sync':
ad_libdca.c:(.text+0x6a): undefined reference to `dca_syncinfo'
libmpcodecs/ad_libdca.o: In function `decode_audio':
ad_libdca.c:(.text+0x1bf): undefined reference to `dca_frame'
ad_libdca.c:(.text+0x1fc): undefined reference to `dca_blocks_num'
ad_libdca.c:(.text+0x21a): undefined reference to `dca_block'
ad_libdca.c:(.text+0x232): undefined reference to `dca_samples'
ad_libdca.c:(.text+0x309): undefined reference to `dca_block'
libmpcodecs/ad_libdca.o: In function `init':
ad_libdca.c:(.text+0xc1d): undefined reference to `dca_init'
ad_libdca.c:(.text+0xe41): undefined reference to `dca_free'
libmpcodecs/ad_libdca.o: In function `uninit':
ad_libdca.c:(.text+0xc09): undefined reference to `dca_free'
gmake: *** [mplayer] Error 1
*** Error code 2
Thomas
Home |
Main Index |
Thread Index |
Old Index