Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions libde265/arm/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ if ENABLE_ARM_THUMB
endif

libde265_arm_neon_la_SOURCES = \
asm.S \
cpudetect.S \
hevcdsp_qpel_neon.S \
neon.S
hevcdsp_qpel_neon.S

EXTRA_DIST = asm.S neon.S

if HAVE_VISIBILITY
libde265_arm_neon_la_CXXFLAGS += -DHAVE_VISIBILITY
Expand Down