dosbox-x/build
Jonathan Campbell 3434b46185 Video capture now supports using the FFMPEG library to record video and
audio to an MPEG transport stream (H.264+AAC) in addition to the DOSBox
AVI + ZMBV capture mode.
2016-01-24 10:16:12 -08:00

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