webrtc/test/linux/v4l2_file_player/Makefile
phoglund@webrtc.org 22bde08fb8 Made sanity check more flexible.
Added V4L2 player program - it will be put here until I can find a better place to put it.

Will now kill the xvfb process.

BUG=
TEST=

Review URL: https://webrtc-codereview.appspot.com/456004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1932 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-03-23 14:59:56 +00:00

2 lines
105 B
Makefile

all:
gcc -Wall v4l2_file_player.c -o v4l2_file_player $(shell pkg-config --cflags --libs gstreamer-0.10)