forked from gabrieljablonski/mlt
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed broken dist-clean make target. git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@256 d19143bc-622f-0410-bfdd-b5b2a6649095
- Loading branch information
ddennedy
committed
Mar 28, 2004
1 parent
a83b862
commit 380ba25
Showing
6 changed files
with
56 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
README | ||
------ | ||
MLT/Miracle README | ||
------------------ | ||
|
||
Copyright (C) 2003-2004 Ushodaya Enterprises Limited | ||
by Charles Yates <[email protected]> | ||
and Dan Dennedy <[email protected]> | ||
|
||
MLT is a multimedia framework designed for television broadcasting, and | ||
Miracle is a multi-unit video playout server with realtime effects. | ||
This document provides a quick reference for the minimal configuration, | ||
build and installation of MLT. | ||
build and installation of MLT. See the docs directory for usage and | ||
development details. | ||
|
||
Configuration | ||
------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
Name: mlt-framework | ||
Description: MLT multimedia framework | ||
Version: ${version} | ||
Requires: | ||
Libs: -L${libdir} ${libs} | ||
Cflags: ${cflags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
Name: mlt-miracle | ||
Description: MLT Miracle server API | ||
Version: ${version} | ||
Requires: | ||
Libs: -L${libdir} ${libs} | ||
Cflags: ${cflags} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
Name: mlt-valerie | ||
Description: MLT Valerie client API | ||
Version: ${version} | ||
Requires: | ||
Libs: -L${libdir} ${libs} | ||
Cflags: ${cflags} |