summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/mainTest.cpp
blob: f130c5129525dafdf328711cf04651a1c4652f3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#include <stdlib.h>
#include <stdio.h>

#include "xinelib.h"

int main( int argc,  char *argv[] ) {
    printf("FixME\n");
    //return 0;
    XINE::Lib lib;
    QString str = QString::fromLatin1( argv[1] );
    lib.play( str );
    for (;;);
    return 0;
}