testing and adding in c program to record video

This commit is contained in:
talksik
2023-11-01 14:20:08 -07:00
parent f83349ba7b
commit 36eb55378d
8 changed files with 141 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
run: clean build
./main
build:
gcc -o main main.c `pkg-config --cflags --libs gstreamer-1.0 glib-2.0`
clean:
rm -f myprog