Add multicast ip address parser.

This commit is contained in:
Taeho Oh
2016-01-05 14:40:04 +09:00
committed by Taeho Oh
parent e2927aac55
commit bee33bf997
2 changed files with 88 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ OBJS = \
CC = gcc
LD = gcc
RM = rm -rf
PKGS = gstreamer-1.0
PKGS = gstreamer-1.0 gio-2.0
CFLAGS = -I. `pkg-config --cflags $(PKGS)` `pcap-config --cflags`
CFLAGS += -std=gnu99 -W -Wall -Wno-unused-result -pedantic
CFLAGS += -DOMVS_VERSION=\"$(OMVS_VERSION)\"