Package Details: ffmpeg-libfdk_aac 2:6.1.1-8

Git Clone URL: https://aur.archlinux.org/ffmpeg-libfdk_aac.git (read-only, click to copy)
Package Base: ffmpeg-libfdk_aac
Description: Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)
Upstream URL: https://ffmpeg.org
Licenses: custom:libfdk-aac, GPL-3.0-only
Conflicts: ffmpeg
Provides: ffmpeg, libavcodec.so, libavdevice.so, libavfilter.so, libavformat.so, libavutil.so, libpostproc.so, libswresample.so, libswscale.so
Submitter: korrode
Maintainer: zotan
Last Packager: zotan
Votes: 64
Popularity: 0.95
First Submitted: 2013-07-12 10:24 (UTC)
Last Updated: 2024-04-24 15:56 (UTC)

Required by (1824)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 18 Next › Last »

Shywim commented on 2017-12-22 11:38 (UTC)

Why remove i686 from the arch array? It's still correctly building.

wookietreiber commented on 2017-10-13 12:21 (UTC) (edited on 2017-10-13 23:59 (UTC) by wookietreiber)

I found the reason for my previously posted build error: ``` /usr/bin/ld: /tmp/ccBJEF8M.ltrans6.ltrans.o: relocation R_X86_64_PC32 against undefined symbol `bF8' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status make: *** [library.mak:94: libswscale/libswscale.so.4] Error 1 ``` This package does not compile with LTO. Does anyone else have this experience? These are my flags: ```bash CPPFLAGS="-D_FORTIFY_SOURCE=2" CFLAGS="-march=native -mfpmath=sse -O2 -flto -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" CXXFLAGS="-march=native -mfpmath=sse -O2 -flto -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" LDFLAGS="-flto -Wl,-O1,--sort-common,--as-needed,-z,relro" ``` When I remove the `-flto` flags, it compiles just fine. Maybe, if others also have these problems, it would be worth to remove `-flto` in `PKGBUILD`.

Martchus commented on 2017-08-16 16:58 (UTC)

Likely this package also needs ffmpeg-openjpeg2.2.patch, see https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/ffmpeg

Martchus commented on 2017-08-14 18:28 (UTC)

@wookietreiber Is your build environment up-to-date? Might be related to https://www.archlinux.org/todo/pie-rebuild.

wookietreiber commented on 2017-08-14 18:18 (UTC)

hi, getting build error: /usr/bin/ld: /tmp/ccl0iIfC.ltrans6.ltrans.o: relocation R_X86_64_PC32 against undefined symbol `bF8' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status make: *** [library.mak:94: libswscale/libswscale.so.4] Error 1 any help appreciated

gourdcaptain commented on 2017-08-14 00:32 (UTC)

This has a build dependency on hardening-wrapper, which is no longer available in the official or AUR Repoes.

Batou commented on 2017-04-29 04:12 (UTC)

@bwidawsk: Thank you for the info and hard work you put into maintaining this package! Hope things stabilize soon so I can switch back.

bwidawsk commented on 2017-04-28 18:12 (UTC)

@Batou: blame x265. All packages relying on x265 should have the same problem.

Batou commented on 2017-04-28 15:25 (UTC)

@imdn: thank you so much! I did just that. I encode all the time using h.264 and AAC but this package is just not that well suited for system-wide use.