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
379 B

  1. --- ./Makefile.orig 2003-12-08 23:33:31.000000000 +0200
  2. +++ ./Makefile 2003-12-20 12:49:52.000000000 +0200
  3. @@ -252,6 +252,9 @@
  4. ifeq ($(VIDIX),yes)
  5. $(DO_MAKE)
  6. endif
  7. +ifeq ($(SHARED_PP),yes)
  8. + $(MAKE) install -C libavcodec/libpostproc
  9. +endif
  10. if test ! -d $(BINDIR) ; then mkdir -p $(BINDIR) ; fi
  11. $(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG) $(BINDIR)/$(PRG)
  12. ifeq ($(GUI),yes)