Codebase list crystalhd / HEAD
Merge branch 'enable-ppc64el' into 'master' Enable ppc64el See merge request multimedia-team/crystalhd!1 Balint Reczey 4 years ago
2 changed file(s) with 7 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
1515 Package: libcrystalhd-dev
1616 Section: libdevel
1717 Multi-Arch: same
18 Architecture: amd64 i386
18 Architecture: amd64 i386 ppc64el
1919 Depends: libcrystalhd3 (= ${binary:Version}),
2020 ${shlibs:Depends}, ${misc:Depends}
2121 Description: Crystal HD Video Decoder (development files)
2626 This package contains the files necessary for development.
2727
2828 Package: libcrystalhd3
29 Architecture: amd64 i386
29 Architecture: amd64 i386 ppc64el
3030 Multi-Arch: same
3131 Pre-Depends: ${misc:Pre-Depends}
3232 Depends: ${shlibs:Depends}, ${misc:Depends}
4040
4141 Package: gstreamer1.0-crystalhd
4242 Section: video
43 Architecture: amd64 i386
43 Architecture: amd64 i386 ppc64el
4444 Depends: ${shlibs:Depends}, ${misc:Depends}
4545 Description: Crystal HD Video Decoder (GStreamer plugin)
4646 Crystal HD Solution is a product offered by Broadcom. It is used to enable
55 -I$(CURDIR)/linux_lib/libcrystalhd
66
77 EXTRA_LD_PATH = -L$(CURDIR)/linux_lib/libcrystalhd
8
9 ifeq ($(DEB_BUILD_ARCH), ppc64el)
10 export DEB_CXXFLAGS_MAINT_APPEND = -DNO_WARN_X86_INTRINSICS
11 endif
812
913 %:
1014 dh $@ --with autoreconf