22bde08fb8
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
2 lines
105 B
Makefile
2 lines
105 B
Makefile
all:
|
|
gcc -Wall v4l2_file_player.c -o v4l2_file_player $(shell pkg-config --cflags --libs gstreamer-0.10)
|