Browse Your Downloaded Videos on Internet: PHP based video webserver that exposes a local path containing videos to the internet.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
## @id $Id$ |
|
|
|
## 1 2 3 4 5 6 7 8 |
|
## 45678901234567890123456789012345678901234567890123456789012345678901234567890 |
|
|
|
AC_INIT([videoweb], [1.0]) |
|
AM_INIT_AUTOMAKE |
|
AC_CONFIG_FILES([makefile src/makefile]) |
|
AC_OUTPUT
|
|
|