Skip to content

Commit 3054278

Browse files
Remove ffmpegserver
1 parent e0a078c commit 3054278

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

configure/RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ZLIB=$(SUPPORT)/zlib/master
3535

3636
AREA_DETECTOR=$(SUPPORT)/areaDetector/master
3737
ADNED=$(AREA_DETECTOR)/ADnED
38-
FFMPEGSERVER=$(AREA_DETECTOR)/ffmpegServer
38+
#FFMPEGSERVER=$(AREA_DETECTOR)/ffmpegServer
3939

4040
# optional extra local definitions here
4141
-include $(TOP)/configure/RELEASE.private

isisdaeApp/src/Makefile

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,15 @@ isisdae_SRCS += NoAlarmPV.cpp
4141
isisdae_LIBS += webget htmltidy asyn oncrpc utilities zlib pcrecpp pcre pugixml
4242
isisdae_LIBS += ADnEDSupport
4343
isisdae_LIBS += cas gdd
44-
isisdae_LIBS += ffmpegServer
45-
isisdae_LIBS += avdevice
46-
isisdae_LIBS += avformat
47-
isisdae_LIBS += avcodec
48-
isisdae_LIBS += avutil
49-
isisdae_LIBS += swscale
44+
45+
## ffmpegserver
46+
#isisdae_LIBS += ffmpegServer
47+
#isisdae_LIBS += avdevice
48+
#isisdae_LIBS += avformat
49+
#isisdae_LIBS += avcodec
50+
#isisdae_LIBS += avutil
51+
#isisdae_LIBS += swscale
52+
5053
isisdae_LIBS += $(EPICS_BASE_IOC_LIBS)
5154

5255
#ifneq ($(findstring debug,$(EPICS_HOST_ARCH)),)

isisdaeTestApp/src/build.mak

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $(APPNAME)_DBD += isisdae.dbd
3131
$(APPNAME)_DBD += webget.dbd
3232
$(APPNAME)_DBD += FileList.dbd
3333
$(APPNAME)_DBD += ADnEDSupport.dbd
34-
$(APPNAME)_DBD += ffmpegServer.dbd
34+
#$(APPNAME)_DBD += ffmpegServer.dbd
3535

3636
# Add all the support libraries needed by this IOC
3737
## ISIS standard libraries ##
@@ -48,12 +48,15 @@ $(APPNAME)_LIBS += asubFunctions
4848
#$(APPNAME)_LIBS += xxx
4949
$(APPNAME)_LIBS += isisdae FileList asyn oncrpc zlib efsw libjson pcrecpp pcre pugixml
5050
$(APPNAME)_LIBS += cas gdd
51-
$(APPNAME)_LIBS += ffmpegServer
52-
$(APPNAME)_LIBS += avdevice
53-
$(APPNAME)_LIBS += avformat
54-
$(APPNAME)_LIBS += avcodec
55-
$(APPNAME)_LIBS += avutil
56-
$(APPNAME)_LIBS += swscale
51+
52+
## ffmpegserver
53+
#$(APPNAME)_LIBS += ffmpegServer
54+
#$(APPNAME)_LIBS += avdevice
55+
#$(APPNAME)_LIBS += avformat
56+
#$(APPNAME)_LIBS += avcodec
57+
#$(APPNAME)_LIBS += avutil
58+
#$(APPNAME)_LIBS += swscale
59+
5760
$(APPNAME)_LIBS += ADnEDSupport
5861
$(APPNAME)_LIBS += ADnEDTransform
5962

0 commit comments

Comments
 (0)