]> git.sesse.net Git - vlc/blobdiff - plugins/mpeg/Makefile
* Mandatory step for video output IV and the audio output quality
[vlc] / plugins / mpeg / Makefile
index 281378158fe93221472ee1229944a9639ec3ee52..2e6a21a20e2b98bd46d9c3b8b8d0c7505c9f7941 100644 (file)
@@ -33,16 +33,19 @@ include ../../Makefile.modules
 
 ../../lib/es.a: $(BUILTIN_ES)
        ar r $@ $^
+       $(RANLIB) $@
 
 ../../lib/ps.so: $(PLUGIN_PS)
        $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) 
 
 ../../lib/ps.a: $(BUILTIN_PS)
        ar r $@ $^
+       $(RANLIB) $@
 
 ../../lib/ts.so: $(PLUGIN_TS)
        $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) $(LIB_TS)
 
 ../../lib/ts.a: $(BUILTIN_TS)
        ar r $@ $^
+       $(RANLIB) $@