|
From: Scott F. J. <sc...@fl...> - 2000-05-02 21:07:55
|
Add these two lines to the quicktime/Makefile in quicktime4linux and
it will compile a DSO for shared use amoung these tools. I think this
would be the preferred method to linking libquicktime.a in multiple
places.
libquicktime.so: $(OBJS)
$(CC) -shared -o $@ $(OBJS) -ljpeg -lpng -lz -lpthread
|