Update Makefile
This commit is contained in:
parent
ac2e3d0d83
commit
ecd4f591f6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -296,7 +296,7 @@ SRCS-yes += src/descrambler/ffdecsa/ffdecsa_interface.c \
|
|||
src/descrambler/ffdecsa/ffdecsa_int.c
|
||||
SRCS-${CONFIG_MMX} += src/descrambler/ffdecsa/ffdecsa_mmx.c
|
||||
SRCS-${CONFIG_SSE2} += src/descrambler/ffdecsa/ffdecsa_sse2.c
|
||||
${BUILDDIR}/src/descrambler/ffdecsa/ffdecsa_mmx.o : CFLAGS += -mmmx
|
||||
${BUILDDIR}/src/descrambler/ffdecsa/ffdecsa_mmx.o : CFLAGS += -mmmx
|
||||
${BUILDDIR}/src/descrambler/ffdecsa/ffdecsa_sse2.o : CFLAGS += -msse2
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue