Packages

Bindings to the C++ pHash library (phash.org).

Current section

Files

Jump to
phash c_lib pHash src Makefile.am
Raw

c_lib/pHash/src/Makefile.am

lib_LTLIBRARIES = libpHash.la
libpHash_la_SOURCES = pHash.cpp
libpHash_la_LDFLAGS = -no-undefined
include_HEADERS = pHash.h
if HAVE_AUDIO_HASH
libpHash_la_SOURCES += audiophash.cpp ph_fft.c
include_HEADERS += audiophash.h ph_fft.h
endif
if HAVE_VIDEO_HASH
libpHash_la_SOURCES += cimgffmpeg.cpp cimgffmpeg.h
endif