Skip to content

Commit 578d76e

Browse files
committed
fix compilation with auto-tools (#477)
1 parent dec8fa0 commit 578d76e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libde265/Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ libde265_la_SOURCES = \
2929
bitstream.h \
3030
cabac.cc \
3131
cabac.h \
32-
configparam.cc \
33-
configparam.h \
3432
contextmodel.cc \
3533
contextmodel.h \
3634
de265.cc \

libde265/encoder/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ set (encoder_sources
99
encoder-motion.h encoder-motion.cc
1010
encpicbuf.h encpicbuf.cc
1111
sop.h sop.cc
12+
configparam.cc
13+
configparam.h
1214
)
1315

1416
add_subdirectory (algo)

0 commit comments

Comments
 (0)