mirror of
https://github.com/MiSTer-devel/CDi_MiSTer.git
synced 2026-06-14 03:04:32 +00:00
Removes dependence to https://github.com/Slamy/fpga_soft_mpeg to ease change management. Matching git hashes from said repo: Audio 2fd79f6ff5445baaa5634f66cd0ef83643db4704 Video 8d0abb4b85d0626d35263aa5facc387123e36f2a Expected md5sums with this commit 0489b54f46a11e1ded36e4a2d51d0e9f ./rtl/mpeg/fma/firmware.mem 8673facd20983f1dfa4c4d301a374338 ./rtl/mpeg/fmv/firmware2.mem c16c0dfde857b47c6fe251d4e8deb5ab ./rtl/mpeg/fmv/firmware.mem
13 lines
92 B
Bash
Executable File
13 lines
92 B
Bash
Executable File
set -e
|
|
|
|
cd mpeg_audio
|
|
make clean
|
|
make -j10
|
|
cd ..
|
|
|
|
cd mpeg_video
|
|
make clean
|
|
make -j10
|
|
cd ..
|
|
|