diff options
Diffstat (limited to 'postproc')
-rw-r--r-- | postproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postproc/Makefile b/postproc/Makefile index 9dc3eb6..b030c72 100644 --- a/postproc/Makefile +++ b/postproc/Makefile @@ -20,6 +20,7 @@ all: $(SWSLIB) $(SWSLIB): $(SWSOBJS) $(AR) r $(SWSLIB) $(SWSOBJS) + $(RANLIB) $(SWSLIB) clean: rm -f *.o *.a *~ *.so cs_test swscale-example |