You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
437 B

bin_PROGRAMS = enc265
AM_CPPFLAGS = -I$(top_srcdir)/libde265 -I$(top_srcdir)
enc265_DEPENDENCIES = ../libde265/libde265.la
enc265_CXXFLAGS =
enc265_LDFLAGS =
enc265_LDADD = ../libde265/libde265.la -lstdc++
enc265_SOURCES = enc265.cc image-io-png.cc image-io-png.h
if HAVE_VIDEOGFX
enc265_CXXFLAGS += $(VIDEOGFX_CFLAGS)
enc265_LDFLAGS += $(VIDEOGFX_LIBS)
endif
EXTRA_DIST = \
CMakeLists.txt \
Makefile.vc7