Commit c57fcc1d authored by lijian6's avatar lijian6
Browse files

Support on dtk24.04.3


Signed-off-by: lijian6's avatarlijian <lijian6@sugon.com>
parent 40d950f8
......@@ -18,7 +18,7 @@ YOLOv7的作者提出了 Extended-ELAN (E-ELAN)结构。E-ELAN采用了ELAN类
### Docker(方法一)
拉取镜像:
```plaintext
docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:decode-ffmpeg-dtk23.04
docker pull image.sourcefind.cn:5000/dcu/admin/base/custom:opencv49_ffmpeg4.2.1_ubuntu20.04-dtk24.04.3
```
创建并启动容器:
......
FROM image.sourcefind.cn:5000/dcu/admin/base/custom:decode-ffmpeg-dtk23.04
FROM image.sourcefind.cn:5000/dcu/admin/base/custom:opencv49_ffmpeg4.2.1_ubuntu20.04-dtk24.04.3
......@@ -18,8 +18,8 @@ extern "C"
#include <sys/time.h>
#include <libavcodec/avcodec.h>
#include <libavcodec/packet.h>
#include <libavcodec/codec.h>
//#include <libavcodec/packet.h>
//#include <libavcodec/codec.h>
#include <libavutil/imgutils.h>
#include <libavutil/samplefmt.h>
#include <libavutil/timestamp.h>
......
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -8,6 +8,7 @@
#include <CommonUtility.h>
#include <Filesystem.h>
#include <SimpleLog.h>
#include <fstream>
#include <hip/hip_runtime.h>
#include "hip/hip_runtime.h"
......
......@@ -8,6 +8,7 @@
#include <CommonUtility.h>
#include <Filesystem.h>
#include <SimpleLog.h>
#include <fstream>
#include <hip/hip_runtime.h>
#include "hip/hip_runtime.h"
......
......@@ -8,6 +8,7 @@
#include <CommonUtility.h>
#include <Filesystem.h>
#include <SimpleLog.h>
#include <fstream>
#include <hip/hip_runtime.h>
#include "hip/hip_runtime.h"
......
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