pkuvcl / xavs2

An open-source encoder of AVS2-P2/IEEE1857.4 video coding standard
GNU General Public License v2.0
234 stars 66 forks source link

build/linux/Makefile: Fix the build error for x86inc #20

Closed mypopydev closed 5 years ago

mypopydev commented 5 years ago

don't need to add x86inc/x86utils to build list in Linux, else will lead to error like: "strip: error: the input file 'common/x86/x86util.o' has no sections Makefile:245: recipe for target 'common/x86/x86util.o' failed make: [common/x86/x86util.o] Error 1 (ignored)"

Signed-off-by: Jun Zhao mypopydev@gmail.com