Mercurial > mplayer.hg
comparison configure @ 27283:3a4275b18bb7
Maemo platform runs on Nokia N8x0 series too.
author | ben |
---|---|
date | Thu, 17 Jul 2008 19:23:27 +0000 |
parents | e47193172586 |
children | 910e475d3a2f |
comparison
equal
deleted
inserted
replaced
27282:16beae919ff1 | 27283:3a4275b18bb7 |
---|---|
7485 fi | 7485 fi |
7486 echores "$_lircc" | 7486 echores "$_lircc" |
7487 | 7487 |
7488 if arm; then | 7488 if arm; then |
7489 # Detect maemo development platform libraries availability (http://www.maemo.org), | 7489 # Detect maemo development platform libraries availability (http://www.maemo.org), |
7490 # they are used when run on Nokia 770 | 7490 # they are used when run on Nokia 770|8x0 |
7491 echocheck "maemo (Nokia 770)" | 7491 echocheck "maemo (Nokia 770|8x0)" |
7492 if test "$_maemo" = auto ; then | 7492 if test "$_maemo" = auto ; then |
7493 _maemo=no | 7493 _maemo=no |
7494 cat > $TMPC << EOF | 7494 cat > $TMPC << EOF |
7495 #include <libosso.h> | 7495 #include <libosso.h> |
7496 int main(void) { (void) osso_initialize("", "", 0, NULL); return 0; } | 7496 int main(void) { (void) osso_initialize("", "", 0, NULL); return 0; } |