Codebase list handbrake / e4bb7a5
Fix architecture check Sebastian Ramacher 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44 export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs
55
66 # enable libmfx on amd64
7 ifeq (,$(filter-out amd64,$(DEB_HOST_ARCH_CPU)))
7 ifeq (,$(filter-out amd64,$(DEB_HOST_ARCH)))
88 confflags += --enable-qsv
99 else
1010 confflags += --disable-qsv