Don't need to link with libcrypt (we use openssl now)
This commit is contained in:
parent
e9066e71e5
commit
c4c5322ae9
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -109,8 +109,6 @@ SRCS += src/cwc.c \
|
|||
SRCS-${CONFIG_MMX} += src/ffdecsa/ffdecsa_mmx.c
|
||||
SRCS-${CONFIG_SSE2} += src/ffdecsa/ffdecsa_sse2.c
|
||||
|
||||
LDFLAGS += -lcrypt
|
||||
|
||||
${BUILDDIR}/src/ffdecsa/ffdecsa_mmx.o : CFLAGS = -mmmx
|
||||
${BUILDDIR}/src/ffdecsa/ffdecsa_sse2.o : CFLAGS = -msse2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue