mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
c8f135e88b
- Add WITH_VLC_DEFAULT_FONT knob for subtitles font defaults to ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf [2] - Fix build if you have a old version of vlc installed [3] - Fix build on opengl visual plugin on >5.x [3] - Enable pthreads on ffmpeg - Remove XVID support in favor of libavcodec via ffmpeg - Bump PORTREVISION Many thanks to mezz and pav for building vlc countless times in testing. Font picked by: mezz [2] Submitted by: Piotr Smyrak [1] Reported by: Piotr Smyrak [3] Tested by: mezz pav Piotr Smyrak [3]
12 lines
326 B
C
12 lines
326 B
C
--- modules/visualization/galaktos/PCM.c.orig Fri Nov 26 08:21:47 2004
|
|
+++ modules/visualization/galaktos/PCM.c Fri Nov 26 08:22:06 2004
|
|
@@ -79,7 +79,7 @@
|
|
//Takes in a 2x512 array of PCM samples
|
|
//and stores them
|
|
|
|
-void addPCM(int16_t PCMdata[2][512])
|
|
+void addPCM(short PCMdata[2][512])
|
|
{
|
|
int i,j;
|
|
int samples=512;
|