Commit 3bf74953 authored by nickols_k's avatar nickols_k

missing header


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@197 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ea77e6f3
...@@ -107,6 +107,7 @@ ifeq ($(BUILD_SHARED),yes) ...@@ -107,6 +107,7 @@ ifeq ($(BUILD_SHARED),yes)
ldconfig ldconfig
mkdir -p $(prefix)/include/libffmpeg mkdir -p $(prefix)/include/libffmpeg
install -m 644 avcodec.h $(prefix)/include/libffmpeg/avcodec.h install -m 644 avcodec.h $(prefix)/include/libffmpeg/avcodec.h
install -m 644 common.h $(prefix)/include/libffmpeg/common.h
endif endif
# #
# include dependency files if they exist # 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