mirror of
https://bitbucket.org/ohhara/ohmulticastvideoscanner.git
synced 2025-06-10 17:36:13 +00:00
10 lines
123 B
C
10 lines
123 B
C
#include <pcap.h>
|
|
#include <gst/gst.h>
|
|
|
|
int main(int argc, char **argv) {
|
|
(void)argc;
|
|
(void)argv;
|
|
|
|
return 0;
|
|
}
|