mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 22:00:00 +01:00
10 lines
142 B
Bash
Executable File
10 lines
142 B
Bash
Executable File
#!/bin/sh
|
|
# Run this to generate all the initial makefiles, etc.
|
|
|
|
if [ ! -d "ffmpeg" ]
|
|
then
|
|
sh ./ffmpeg-configure.in
|
|
fi
|
|
|
|
autoreconf -v -f -i
|