Home
last modified time | relevance | path

Searched refs:make_version_hash (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects.c384 uint64_t verhash = make_version_hash(rfx->rfx_version); in do_effect()
H A Drfx-builder.c3308 if (make_version_hash(version) > make_version_hash(RFX_VERSION)) { in script_to_rfxbuilder()
4378 if (make_version_hash(def + 1) > make_version_hash(RFX_VERSION)) { in add_rfx_effects()
H A Dmain.h1703 uint64_t make_version_hash(const char *ver);
H A Dutils.c3490 val = make_version_hash(array[piece]); in get_version_hash()
3500 uint64_t make_version_hash(const char *ver) { in make_version_hash() function
H A Dsaveplay.c3697 cfile->binfmt_version.num = make_version_hash(LiVES_VERSION);