質問編集履歴

2

input追加

2019/08/27 09:11

投稿

consomme
consomme

スコア11

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,15 @@
12
12
 
13
13
 
14
14
 
15
+ ```入力コード
16
+
17
+ cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D INSTALL_PYTHON_EXAMPLE=ON -D OPENCV_EXTRA_MODULES_PATH=/home/username/opencv_contrib-3.1.0/modules -D BUILD_EXAMPLES=ON -D WITH_FFMPEG=ON -D WITH_V4L=OFF -D ENABLE_PRECOMPILED_HEADERS=OFF ..
18
+
15
19
  ```
20
+
21
+
22
+
23
+ ```CMakeError.log
16
24
 
17
25
  Determining if the include file ffmpeg/avformat.h exists failed with the following output:
18
26
 

1

avformat.hの場所

2019/08/27 09:11

投稿

consomme
consomme

スコア11

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,10 @@
5
5
  いくつかのサイトを回りましたがffmpeg / avformat.hに関するダイレクトな解決手段は明示されませんでした。
6
6
 
7
7
  よろしくお願いします。
8
+
9
+
10
+
11
+ またavformat.hそのものは/usr/include/arm-linux-gnueabihf/libavformatに存在します。
8
12
 
9
13
 
10
14