0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

build: remove unused pvr.c test fragment

This commit is contained in:
wm4 2017-06-22 12:35:07 +02:00
parent 9f461b85bf
commit e1bc592ce6

View File

@ -1,7 +0,0 @@
#include <sys/time.h>
#include <linux/videodev2.h>
int main(void)
{
struct v4l2_ext_controls ext;
return !!&ext.controls->value;
}