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.
This commit is contained in:
Jonathan Campbell
2016-01-24 10:16:12 -08:00
parent 5dc4524884
commit 3434b46185
8 changed files with 727 additions and 60 deletions

2
build
View File

@@ -1,5 +1,5 @@
#!/bin/bash
chmod +x configure
./configure --enable-core-inline --disable-debug --prefix=/usr || exit 1
./configure --enable-core-inline --disable-debug --enable-avcodec --prefix=/usr || exit 1
make -j3 || exit 1