You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
525B

  1. include ../config.mak
  2. OBJS= mathematics.o \
  3. rational.o \
  4. intfloat_readwrite.o \
  5. crc.o \
  6. md5.o \
  7. lls.o \
  8. adler32.o \
  9. log.o \
  10. mem.o \
  11. fifo.o \
  12. tree.o \
  13. lzo.o \
  14. random.o \
  15. aes.o \
  16. base64.o \
  17. HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
  18. intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \
  19. random.h mem.h base64.h
  20. NAME=avutil
  21. LIBVERSION=$(LAVUVERSION)
  22. LIBMAJOR=$(LAVUMAJOR)
  23. include ../common.mak