--- Makefile.orig Mon Feb 13 12:15:58 2006 +++ Makefile Mon Feb 13 18:05:23 2006 @@ -60,17 +60,9 @@ rm -f .depend -install-lib-shared: $(SLIBNAME) -ifeq ($(CONFIG_WIN32),yes) - install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)" -else - install $(INSTALLSTRIP) -m 755 $(SLIBNAME) \ - $(libdir)/$(SLIBNAME_WITH_VERSION) - ln -sf $(SLIBNAME_WITH_VERSION) \ - $(libdir)/$(SLIBNAME_WITH_MAJOR) - ln -sf $(SLIBNAME_WITH_VERSION) \ - $(libdir)/$(SLIBNAME) -endif +install: all + install -d $(prefix)/lib/$(PROGNAME)/codecs/ + install $(INSTALLSTRIP) -m 755 $(SLIBNAME) $(prefix)/lib/$(PROGNAME)/codecs/$(SLIBNAME) install-lib-static: $(LIB) install -m 644 $(LIB) "$(libdir)" @@ -80,6 +72,7 @@ rational.h intfloat_readwrite.h "$(incdir)" install -m 644 $(SRC_PATH)/libavutil.pc "$(libdir)/pkgconfig" +uninstall: # # include dependency files if they exist #