Package Base Details: avidemux-git

Git Clone URL: https://aur.archlinux.org/avidemux-git.git (read-only, click to copy)
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 25
Popularity: 0.000000
First Submitted: 2014-10-16 16:44 (UTC)
Last Updated: 2024-01-25 21:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

japama commented on 2013-08-06 10:27 (UTC)

I resolved the r3392 compilation problem : I said N for recompilation in the file /tmp/yaourt-tmp-$USER/aur-avidemux-2.6-git/src/avidemux/avidemux_core/ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/ADM_coreLibVA.cpp i replaced CHECK_ERROR(vaCreateSurfaces(ADM_coreLibVA::display,w,h,VA_RT_FORMAT_YUV420,1,&s)); by VASurfaceAttrib attrib_list; unsigned int num_attribs; CHECK_ERROR(vaCreateSurfaces(ADM_coreLibVA::display,VA_RT_FORMAT_YUV420,w,h,&s,1,&attrib_list,num_attribs)); in the file /tmp/yaourt-tmp-christophe/aur-avidemux-2.6-git/src/avidemux/avidemux_plugins/ADM_videoEncoder/libva/ADM_libvaEncoder.cpp i replaced if(!vaSurface.fromAdmImage(image)) by if(!vaSurface->fromAdmImage(image)) then i typed : makepkg -e && makepkg -i That's it!

sl1pkn07 commented on 2013-07-08 22:31 (UTC)

same here. is upstream problem

flittermice commented on 2013-07-08 14:38 (UTC)

Am I the only one who constantly gets compile errors? make[2]: *** [ADM_coreVideoCodec/ADM_hwAccel/ADM_coreLibVA/src/CMakeFiles/ADM_coreLibVA6.dir/ADM_coreLibVA.cpp.o] Error 1

sl1pkn07 commented on 2013-06-23 20:48 (UTC)

aften has already included

Nordlicht commented on 2013-06-23 19:26 (UTC)

Please add "aften" to the dependencies.

sl1pkn07 commented on 2013-06-01 17:39 (UTC)

yea. what is the problem? you need choice the option (edit pkgbuild and change 0 to 1)