Fix build error of DDV_Controller, gitignore it
This commit is contained in:
parent
7ff7795a32
commit
b441609817
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,6 +6,7 @@ Buffer/DDV_Buffer
|
|||
Connector_RTMP/DDV_Conn_RTMP
|
||||
Connector_RTSP/DDV_Conn_RTSP
|
||||
Connector_RTSP/Connector_RTSP
|
||||
DDV_Controller/DDV_Controller
|
||||
Connector_RAW/DDV_Conn_RAW
|
||||
*~
|
||||
bin/*
|
||||
|
|
|
@ -19,7 +19,7 @@ default: cversion $(OUT)
|
|||
.cpp.o:
|
||||
$(CC) $(INCLUDES) $(CCFLAGS) $(LIBS) -c $< -o $@
|
||||
$(OUT): $(OBJ)
|
||||
$(CC) $(LIBS) -o $(OUT) $(OBJ)
|
||||
$(CC) -o $(OUT) $(OBJ) $(LIBS)
|
||||
clean:
|
||||
rm -rf $(OBJ) $(OUT) Makefile.bak *~
|
||||
cversion:
|
||||
|
|
Loading…
Add table
Reference in a new issue