Commit Graph

14 Commits

Author SHA1 Message Date
Mahyar Koshkouei 1d05713672 Enable locale support by default
Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2018-01-14 12:19:41 +00:00
Mahyar Koshkouei b72446d4d6 Locale changes
Systems that have locale support must be set to "C" locale otherwise
libmpv will complain.

Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2018-01-14 11:13:02 +00:00
Mahyar Koshkouei 1450694edb Add install and debug to Makefile
Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2018-01-13 09:41:52 +00:00
Mahyar Koshkouei ffeec1a197 Enable debugging
Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2018-01-10 13:49:17 +00:00
Mahyar Koshkouei 7534a3d6e9 Fix Makefile platform detection
Now works with buildroot.

Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2018-01-09 19:58:16 +00:00
Mahyar Koshkouei 2c42b3613b Do not link to libm
Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2018-01-07 21:18:47 +00:00
Mahyar Koshkouei 0d92199936 Cleanup Makefile
Additionally strip the output object file.

Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2018-01-07 20:51:55 +00:00
Mahyar Koshkouei e3c8da7c17 Stop linking to OpenGL
libmpv and Retroarch should already be linked to OpenGL(/ES) libraries.

Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2017-12-30 20:52:17 +00:00
Mahyar Koshkouei 5f2ebce9b1 Remove GL functions I don't need
Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2017-12-29 18:01:28 +00:00
Mahyar Koshkouei d5f933ed92 Use libretro-common
Now using libretro-common header files instead of the files taken from a
OpenGL libretro-sample.

Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2017-12-28 19:53:41 +00:00
Mahyar Koshkouei 7346cea266 Fix linking errors
Now this actually compiles.

Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2017-12-28 19:20:01 +00:00
Mahyar Koshkouei 4a20f83572 Fail miserably at using GLSM_CTL_PROC_ADDRESS_GET
I get linking problems.

Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2017-12-23 17:06:32 +00:00
Mahyar Koshkouei e7726fd96d Add more OpenGL stuff
Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2017-12-21 20:59:15 +00:00
Mahyar Koshkouei 3e888a14c1 Working example
Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com>
2017-12-10 22:35:47 +00:00