We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec8fa0 commit 578d76eCopy full SHA for 578d76e
libde265/Makefile.am
@@ -29,8 +29,6 @@ libde265_la_SOURCES = \
29
bitstream.h \
30
cabac.cc \
31
cabac.h \
32
- configparam.cc \
33
- configparam.h \
34
contextmodel.cc \
35
contextmodel.h \
36
de265.cc \
libde265/encoder/CMakeLists.txt
@@ -9,6 +9,8 @@ set (encoder_sources
9
encoder-motion.h encoder-motion.cc
10
encpicbuf.h encpicbuf.cc
11
sop.h sop.cc
12
+ configparam.cc
13
+ configparam.h
14
)
15
16
add_subdirectory (algo)
0 commit comments