Codebase list ffmpeg / b33bb53
Re-enable libdc1394 on sparc64, as libudev is working again. See bug #803474 for details of the problems with the gold linker on sparc. Andreas Cadhalpun 8 years ago
2 changed file(s) with 3 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
4242 # autodetected 'crystalhd'
4343 libcrystalhd-dev [amd64 i386],
4444 # --enable-libdc1394
45 libdc1394-22-dev [!kfreebsd-any !hurd-any !sparc64],
45 libdc1394-22-dev [linux-any],
4646 # --enable-libfontconfig
4747 libfontconfig1-dev,
4848 # --enable-libfreetype
126126
127127 # Some libraries are build only on linux.
128128 ifeq ($(DEB_HOST_ARCH_OS),linux)
129 CONFIG += --enable-libiec61883
130 # Some libraries are not available/unusable (#790560) on sparc64.
131 ifeq (,$(filter $(DEB_HOST_ARCH),sparc64))
132 CONFIG += --enable-libdc1394
133 endif
129 CONFIG += --enable-libdc1394 \
130 --enable-libiec61883
134131 endif
135132
136133 # Some libraries are not build on hurd.