# make install fails to create that first (2006-02-17)
install -d  /usr/include/postproc  &&
make    install             &&
install  -m  644 libavcodec/libpostproc/postprocess_internal.h  \
                 ${INSTALL_ROOT}/usr/include/postproc           &&
install  -m  644 libavutil/bswap.h                   \
                 ${INSTALL_ROOT}/usr/include/ffmpeg  &&
install  -m  644 libavcodec/dsputil.h                \
                 ${INSTALL_ROOT}/usr/include/ffmpeg  &&
install  -m  644 libavformat/os_support.h            \
                 ${INSTALL_ROOT}/usr/include/ffmpeg  &&

if    [  !  -f               ${INSTALL_ROOT}/etc/ffserver.conf  ]
then  cp  doc/ffserver.conf  ${INSTALL_ROOT}/etc/ffserver.conf
fi
