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

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

#include "lib.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;
}