f8752372db
This is a cumulative update to the mplayer port addressing several issues: o imake handling for audio-only-mplayer corrected. o Adapt mplayer to recent x264 API changes. Reported by David Warren. Obtained from official mplayer CVS. o Correct internal libtremor handling on amd64 arch, by Aleksey Salow. o Correct VIDIX playlists on amd64 arch. o Proper handling of the speex codec and the polyp sound server, reported by Ion-Mihai Tetcu. - Fix OPTIONS checking logic - this caused the default package to have way too many dependencies (e.g. Linux, and i386-specific ports). - Fix build on FreeBSD 4.x [2] PR: ports/102493 [1], ports/102570 [2] Submitted by: Thomas E. Zander <riggs@rrr.de> [1], Ports Fury [2] Approved by: Thomas E. Zander <riggs@rrr.de> (maintainer) [2]
11 lines
319 B
C
11 lines
319 B
C
--- tremor/codec_internal.h.orig Sun Aug 20 11:04:15 2006
|
|
+++ tremor/codec_internal.h Sun Aug 20 11:06:05 2006
|
|
@@ -17,6 +17,8 @@
|
|
|
|
#include "codebook.h"
|
|
|
|
+void *_vorbis_block_alloc(vorbis_block *vb, long bytes);
|
|
+
|
|
typedef void vorbis_look_mapping;
|
|
typedef void vorbis_look_floor;
|
|
typedef void vorbis_look_residue;
|