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.

43 lines
745B

  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. string.o \
  19. tree.o \
  20. HEADERS = adler32.h \
  21. avstring.h \
  22. avutil.h \
  23. base64.h \
  24. common.h \
  25. fifo.h \
  26. integer.h \
  27. intfloat_readwrite.h \
  28. log.h \
  29. lzo.h \
  30. mathematics.h \
  31. md5.h \
  32. mem.h \
  33. random.h \
  34. rational.h \
  35. NAME=avutil
  36. LIBVERSION=$(LAVUVERSION)
  37. LIBMAJOR=$(LAVUMAJOR)
  38. include ../common.mak