1
0
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:
Nick Kurshev 2001-10-27 13:34:10 +00:00
parent f840692ffb
commit 18c599db04

View File

@ -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