Move OMX and IMX code to libraries

This commit is contained in:
Iwan Timmer
2015-08-13 22:13:35 +02:00
parent 7258b2bdaf
commit 639bfbef38
12 changed files with 262 additions and 38 deletions

View File

@@ -17,7 +17,7 @@
* along with Moonlight; if not, see <http://www.gnu.org/licenses/>.
*/
#include "../video.h"
#include "limelight-common/Limelight.h"
#include <stdio.h>

View File

@@ -17,7 +17,7 @@
* along with Moonlight; if not, see <http://www.gnu.org/licenses/>.
*/
#include "../video.h"
#include "limelight-common/Limelight.h"
#include <stdlib.h>
#include <stdio.h>

View File

@@ -29,7 +29,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Based upon video decode example from the Raspberry Pi firmware
#include "sps.h"
#include "../video.h"
#include "limelight-common/Limelight.h"
#include <stdio.h>
#include <stdlib.h>