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.

42 lines
730B

  1. include ../config.mak
  2. OBJS = adler32.o \
  3. aes.o \
  4. base64.o \
  5. crc.o \
  6. fifo.o \
  7. intfloat_readwrite.o \
  8. lls.o \
  9. log.o \
  10. lzo.o \
  11. mathematics.o \
  12. md5.o \
  13. mem.o \
  14. random.o \
  15. rational.o \
  16. rc4.o \
  17. string.o \
  18. tree.o \
  19. HEADERS = adler32.h \
  20. avstring.h \
  21. avutil.h \
  22. base64.h \
  23. common.h \
  24. fifo.h \
  25. integer.h \
  26. intfloat_readwrite.h \
  27. log.h \
  28. lzo.h \
  29. mathematics.h \
  30. md5.h \
  31. mem.h \
  32. random.h \
  33. rational.h \
  34. NAME=avutil
  35. LIBVERSION=$(LAVUVERSION)
  36. LIBMAJOR=$(LAVUMAJOR)
  37. include ../common.mak