mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
missing header
Originally committed as revision 197 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f840692ffb
commit
18c599db04
@ -107,6 +107,7 @@ ifeq ($(BUILD_SHARED),yes)
|
||||
ldconfig
|
||||
mkdir -p $(prefix)/include/libffmpeg
|
||||
install -m 644 avcodec.h $(prefix)/include/libffmpeg/avcodec.h
|
||||
install -m 644 common.h $(prefix)/include/libffmpeg/common.h
|
||||
endif
|
||||
#
|
||||
# include dependency files if they exist
|
||||
|
Loading…
Reference in New Issue
Block a user