mirror of the now-defunct rocklinux.org
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.

12 lines
295 B

  1. --- ./Makefile~ 2006-08-15 14:51:16.000000000 +0200
  2. +++ ./Makefile 2006-08-15 14:52:37.000000000 +0200
  3. @@ -186,6 +186,9 @@
  4. ifeq ($(VIDIX),yes)
  5. PARTS += libdha vidix
  6. endif
  7. +ifeq ($(SHARED_PP),yes)
  8. + $(MAKE) install -C libavcodec/libpostproc
  9. +endif
  10. ifeq ($(FAME),yes)
  11. PARTS += libfame
  12. endif