~ubuntu-branches/ubuntu/wily/libde265/wily

« back to all changes in this revision

Viewing changes to libde265/encoder/algo/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Joachim Bauch
  • Date: 2015-07-16 11:07:46 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20150716110746-76vsv24j3yux7tnu
Tags: 1.0.2-1
* Imported Upstream version 1.0.2
* Added new files to copyright information.
* Only export decoder API and update symbols for new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LTLIBRARIES = libde265_encoder_algo.la
 
2
 
 
3
libde265_encoder_algo_la_CXXFLAGS = -I../..
 
4
libde265_encoder_algo_la_SOURCES = \
 
5
  algo.h algo.cc \
 
6
  coding-options.h coding-options.cc \
 
7
  ctb-qscale.h ctb-qscale.cc \
 
8
  cb-split.h cb-split.cc \
 
9
  cb-intrapartmode.h cb-intrapartmode.cc \
 
10
  cb-interpartmode.h cb-interpartmode.cc \
 
11
  cb-skip.h cb-skip.cc \
 
12
  cb-intra-inter.h cb-intra-inter.cc \
 
13
  cb-mergeindex.h cb-mergeindex.cc \
 
14
  tb-split.h tb-split.cc \
 
15
  tb-intrapredmode.h tb-intrapredmode.cc \
 
16
  pb-mv.h pb-mv.cc
 
17
 
 
18
libde265_encoder_algo_la_CXXFLAGS += \
 
19
  $(CFLAG_VISIBILITY) \
 
20
  -DLIBDE265_EXPORTS
 
21
 
 
22
if HAVE_VISIBILITY
 
23
 libde265_encoder_algo_la_CXXFLAGS += -DHAVE_VISIBILITY
 
24
endif
 
25
 
 
26
EXTRA_DIST = \
 
27
  CMakeLists.txt