diff --git a/README.md b/README.md index af1097a4..0c0208c9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A Haxe library which adds native video playback on [HaxeFlixel](https://haxeflix 2. Add this code in the ***project.xml*** file. ```xml - + ``` **OPTIONAL: Some defines you can add to your project** @@ -62,10 +62,12 @@ Check out the [Samples Folder](samples/) for examples on how to use this library | Avatar | UserName | Involvement | | ------ | -------- | ----------- | -| ![](https://avatars.githubusercontent.com/u/47796739?s=64) | [polybiusproxy](https://github.com/polybiusproxy) | Creator of **hxCodec**. -| ![](https://avatars.githubusercontent.com/u/1677550?s=64) | [datee](https://github.com/datee) | Creator of **HaxeVLC**. -| ![](https://avatars.githubusercontent.com/u/77043862?s=64) | [MAJigsaw77](https://github.com/MAJigsaw77) | Programmer, Android & Linux support. -| ![](https://avatars.githubusercontent.com/u/4635334?s=64) | [EliteMasterEric](https://github.com/EliteMasterEric) | Additional Programmer. -| ![](https://avatars.githubusercontent.com/u/84131849?s=64) | [RapperGF](https://github.com/RapperGF) | Rendering Overhaul & Testing. -| ![](https://avatars.githubusercontent.com/u/49110074?s=64) | [swordcube](https://github.com/swordcube) | Testing Linux Support. -| ![](https://avatars.githubusercontent.com/u/107599365?v=64) | [Jonnycat](https://github.com/JonnycatMeow) | MacOS Support. +| ![](https://avatars.githubusercontent.com/u/47796739?s=64) | [polybiusproxy](https://github.com/polybiusproxy) | Creator of **hxCodec** +| ![](https://avatars.githubusercontent.com/u/1677550?s=64) | [datee](https://github.com/datee) | Creator of **HaxeVLC** +| ![](https://avatars.githubusercontent.com/u/77043862?s=64) | [MAJigsaw77](https://github.com/MAJigsaw77) | Programmer, Android & Linux support +| ![](https://avatars.githubusercontent.com/u/4635334?s=64) | [EliteMasterEric](https://github.com/EliteMasterEric) | Additional Programmer +| ![](https://avatars.githubusercontent.com/u/84131849?s=64) | [RapperGF](https://github.com/RapperGF) | Rendering Overhaul & Testing +| ![](https://avatars.githubusercontent.com/u/49110074?s=64) | [swordcube](https://github.com/swordcube) | Testing Linux support +| ![](https://avatars.githubusercontent.com/u/107599365?v=64) | [Jonnycat](https://github.com/JonnycatMeow) | macOS support +| ![](https://avatars.githubusercontent.com/u/103241885?s=64) | [FutureDorito](https://github.com/Futuredorito) | iOS support +| ![](https://avatars.githubusercontent.com/u/82843871?s=64) | [mcagabe19](https://github.com/mcagabe19) | iOS support diff --git a/include.xml b/include.xml index 3efb284b..d5f9af08 100644 --- a/include.xml +++ b/include.xml @@ -9,6 +9,20 @@ +
+ + + + + + + + + + + +
+ \ No newline at end of file diff --git a/project/Build.xml b/project/Build.xml index ab3efe7f..c4f60ab6 100644 --- a/project/Build.xml +++ b/project/Build.xml @@ -30,6 +30,18 @@ +
+ + + + + + + + + +
+
diff --git a/project/vlc/lib/iOS/libvlc.a b/project/vlc/lib/iOS/libvlc.a new file mode 100644 index 00000000..61de6bc1 Binary files /dev/null and b/project/vlc/lib/iOS/libvlc.a differ diff --git a/samples/flixel-playback/project.xml b/samples/flixel-playback/project.xml index 1515c1d7..2b43ae8d 100644 --- a/samples/flixel-playback/project.xml +++ b/samples/flixel-playback/project.xml @@ -43,7 +43,7 @@ - + diff --git a/samples/lime-playback/project.xml b/samples/lime-playback/project.xml index 64a55e2e..c8f9e19d 100644 --- a/samples/lime-playback/project.xml +++ b/samples/lime-playback/project.xml @@ -7,7 +7,7 @@ - + diff --git a/samples/openfl-playback/project.xml b/samples/openfl-playback/project.xml index 08bd6354..07a9026d 100644 --- a/samples/openfl-playback/project.xml +++ b/samples/openfl-playback/project.xml @@ -33,7 +33,7 @@ - +