mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00

audio to an MPEG transport stream (H.264+AAC) in addition to the DOSBox AVI + ZMBV capture mode.
6 lines
141 B
Bash
Executable File
6 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
chmod +x configure
|
|
./configure --enable-core-inline --disable-debug --enable-avcodec --prefix=/usr || exit 1
|
|
make -j3 || exit 1
|
|
|