openbsd-ports/audio/multimux/patches/patch-Makefile
jakemsr b5dab3cb8b import multimux-0.2.5.2
multimux allows you to multiplex up to 8 mono WAV files into a single
PCM audio data stream.  Additionally, multimux can add a WAV header to
this stream or pipe the stream to ffmpeg to create a multichannel AC3
file as commonly found in DVDs.

submitted by Girish Venkatachalam, thanks.  I used this to test
multichannel support in cmpci.
2008-04-13 00:04:11 +00:00

16 lines
398 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2008/04/13 00:04:11 jakemsr Exp $
--- Makefile.orig Tue Jan 8 09:11:52 2008
+++ Makefile Tue Jan 8 09:11:52 2008
@@ -1,9 +1,9 @@
-CC = gcc
+#CC = gcc
#CC = g++
#CFLAGS = -O2 -Wall -D_FILE_OFFSET_BITS=64
-CFLAGS = -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+#CFLAGS = -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
LIBRARY =
SRC1 = \