b5dab3cb8b
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.
16 lines
398 B
Plaintext
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 = \
|