moonlight-qt/config.tests/SLVideo/main.cpp

8 lines
80 B
C++
Raw Normal View History

#include <SLVideo.h>
int main()
{
SLVideo_CreateContext();
return 0;
}