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.

46 lines
796B

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