crtmpserver: fix multiple issues

- Switch download to the Github clone of crtmpserver
 - Rebase patches against latest version
 - Pregenerate version.h file
 - Disable applestreamingclient as it is broken

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich
2016-05-30 19:11:37 +02:00
parent 083a6ece5d
commit 08fe1432ef
7 changed files with 16 additions and 40 deletions

View File

@@ -5,6 +5,6 @@
#include <iostream>
#include <sstream>
+#include "lstate.h"
using namespace std;
// Help out windows:
#if defined( _DEBUG ) && !defined( DEBUG )