File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -136,19 +136,19 @@ jobs:
136
136
libcamera0_version=$(cat build/export/libcamera0.version)
137
137
echo $libcamera0_version
138
138
139
- liblivemedia=$(cat build/export/liblivemedia.version )
139
+ liblivemedia=$(cat build/export/liblivemedia.dep )
140
140
echo $liblivemedia
141
141
142
- libavformat=$(cat build/export/libavformat.version )
142
+ libavformat=$(cat build/export/libavformat.dep )
143
143
echo $libavformat
144
144
145
- libavcodec=$(cat build/export/libavcodec.version )
145
+ libavcodec=$(cat build/export/libavcodec.dep )
146
146
echo $libavcodec
147
147
148
- libavutil=$(cat build/export/libavutil.version )
148
+ libavutil=$(cat build/export/libavutil.dep )
149
149
echo $libavutil
150
150
151
- libssl=$(cat build/export/libssl.version )
151
+ libssl=$(cat build/export/libssl.dep )
152
152
echo $libssl
153
153
154
154
# build dependency string & export it as output
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ install_cleanup_trap
9
9
mkdir -p /export
10
10
11
11
# install dependencies
12
- apt-get -y update && apt-get -y install gnupg2 build-essential xxd cmake ccache git-core pkg-config \
12
+ apt-get -y install gnupg2 build-essential xxd cmake ccache git-core pkg-config \
13
13
libcamera-dev liblivemedia-dev libavformat-dev libavutil-dev libavcodec-dev libssl-dev v4l-utils
14
14
15
15
# checkout and build camera-streamer
You can’t perform that action at this time.
0 commit comments