mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-06 23:15:30 +01:00
moved veejay-devel to veejay-current (current branch re-opened)
git-svn-id: svn://code.dyne.org/veejay/trunk@510 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
9
veejay-current/autogen.sh
Executable file
9
veejay-current/autogen.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
# Run this to generate all the initial makefiles, etc.
|
||||
|
||||
if [ ! -d "ffmpeg" ]
|
||||
then
|
||||
sh ./ffmpeg-configure.in
|
||||
fi
|
||||
|
||||
autoreconf -v -f -i
|
||||
Reference in New Issue
Block a user