diff --git a/mpp/codec/enc/h264/src/h264e_macro.h b/mpp/codec/enc/h264/include/h264e_macro.h similarity index 100% rename from mpp/codec/enc/h264/src/h264e_macro.h rename to mpp/codec/enc/h264/include/h264e_macro.h diff --git a/mpp/codec/enc/h264/src/H264EncApi.c b/mpp/codec/enc/h264/src/H264EncApi.c index 7f860a5e..292a4955 100644 --- a/mpp/codec/enc/h264/src/H264EncApi.c +++ b/mpp/codec/enc/h264/src/H264EncApi.c @@ -41,6 +41,8 @@ #include "H264CodeFrame.h" #include "H264Sei.h" #include "H264RateControl.h" +#include "h264e_macro.h" + #define LOG_TAG "H264_ENC" //#include // mask by lance 2016.05.05