Skip to content
Snippets Groups Projects
Commit c23871be authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #6011: removed unused Makefiles

parent 890c3017
No related branches found
No related tags found
No related merge requests found
include $(top_srcdir)/globals.mak
SUBDIRS = decoder rtp
AM_CXXFLAGS = $(GSTREAMER_CFLAGS)
noinst_LTLIBRARIES = libvideo.la
libvideo_la_SOURCES = \
VideoInputSource.cpp \
VideoInputSourceGst.cpp \
VideoEndpoint.cpp \
VideoFrame.cpp \
FrameFormat.cpp \
VideoDevice.cpp \
GstVideoDevice.cpp
libvideo_la_LIBADD = \
decoder/libvideodecoder.la \
rtp/libvideortp.la
libvideo_la_LDFLAGS = $(GSTREAMER_LIBS) $(LIBS)
noinst_HEADERS = \
VideoInputSource.h \
VideoInputSourceGst.h \
VideoEndpoint.h \
FrameFormat.h \
VideoDevice.h \
VideoFrame.h \
FrameFormat.h \
VideoDevice.h \
GstVideoDevice.h
include $(top_srcdir)/globals.mak
AM_CXXFLAGS = $(LIBAVCODEC_CFLAGS) $(LIBSWSCALE_CFLAGS)
noinst_LTLIBRARIES = libvideodecoder.la
libvideodecoder_la_SOURCES = \
H264Decoder.cpp \
VideoDecoder.cpp
noinst_HEADERS = \
VideoDecoder.h \
H264Decoder.h
libvideodecoder_la_LDFLAGS = $(LIBAVCODEC_LIBS) $(LIBSWSCALE_LIBS) $(LIBS)
libvideodecoder_la_LIBADD = $(LIBAVCODEC_LIBS) $(LIBSWSCALE_LIBS) $(LIBS)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment