Search Criteria
Package Details: vapoursynth-plugin-fmtconv-git r20.0.g394a360-1
Git Clone URL: | https://aur.archlinux.org/vapoursynth-plugin-fmtconv-git.git (read-only, click to copy) |
---|---|
Package Base: | vapoursynth-plugin-fmtconv-git |
Description: | Plugin for Vapoursynth: fmtconv (GIT version) |
Upstream URL: | https://forum.doom9.org/showthread.php?t=166504 |
Keywords: | vapoursynth |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 5 |
Popularity: | 0.30 |
First Submitted: | 2013-09-21 14:39 |
Last Updated: | 2019-03-02 19:55 |
Dependencies (2)
- vapoursynth (vapoursynth-winesupport, vapoursynth-git)
- git (git-git) (make)
Required by (15)
- vapoursynth-plugin-dither-git
- vapoursynth-plugin-havsfunc (requires vapoursynth-plugin-fmtconv)
- vapoursynth-plugin-havsfunc-git
- vapoursynth-plugin-havsfunc-light-git (optional)
- vapoursynth-plugin-kagefunc-git
- vapoursynth-plugin-knlm-git
- vapoursynth-plugin-mvsfunc-git
- vapoursynth-plugin-nnedi3_resample-git
- vapoursynth-plugin-oyster-git
- vapoursynth-plugin-plum-git
- vapoursynth-plugin-psharpen-git
- vapoursynth-plugin-vine-git
- vapoursynth-plugin-vshelpers-git
- vapoursynth-plugin-vstaambk-git
- vapoursynth-plugin-znedi3_resample-git
Latest Comments
sl1pkn07 commented on 2014-11-22 17:00
you can edit the /etc/makepkg.conf file to edit -march
YamashitaRen commented on 2014-04-20 13:12
I had to use "-march=native" instead of "-march=x86-64" in order to resolve the "python: symbol lookup error: /usr/lib/vapoursynth/libfmtconv.so: undefined symbol: __sync_val_compare_and_swap_16" error
sl1pkn07 commented on 2014-02-16 08:13
ok fixed
(sorry, -mss2 is mandatory: http://forum.doom9.org/showpost.php?p=1606550&postcount=53)
pingplug commented on 2014-02-16 04:00
When I run vspipe, it shows an error:
vspipe: symbol lookup error: /usr/lib/vapoursynth/libfmtconv.so: undefined symbol: __sync_val_compare_and_swap_16
When I changed the PKGBUILD like this:
echo "all:
g++ -shared $CXXFLAGS -fPIC -o libfmtconv.so AvstpWrapper.cpp main.cpp fmtc/*.cpp fstb/*.cpp vsutl/*.cpp -I." > Makefile
the problem disappeared