Commit ea77e6f3 authored by nickols_k's avatar nickols_k

headers installation


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@196 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 416d600d
......@@ -100,11 +100,13 @@ motion-test: motion_test.o $(LIB)
$(CC) -o $@ $^
install: all
# install -s -m 644 $(LIB) $(prefix)/lib
# install -m 644 $(LIB) $(prefix)/lib
ifeq ($(BUILD_SHARED),yes)
install -s -m 755 $(SLIB) $(prefix)/lib
ln -sf $(prefix)/lib/$(SLIB) $(prefix)/lib/libffmpeg.so
ldconfig
mkdir -p $(prefix)/include/libffmpeg
install -m 644 avcodec.h $(prefix)/include/libffmpeg/avcodec.h
endif
#
# include dependency files if they exist
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment