Changes of Revision 4

ffmpeg-4.spec Changed
x
 
1
@@ -52,6 +52,7 @@
2
 %bcond_with    fdk_aac_dlopen
3
 %bcond_with    librtmp
4
 %bcond_with    opencore
5
+%bcond_with    smbclient
6
 %bcond_with    x264
7
 %bcond_with    x265
8
 %bcond_with    xvid
9
@@ -643,10 +644,13 @@
10
 %if %{with rubberband}
11
    --enable-librubberband \
12
 %endif
13
+%if %{with smbclient}
14
+    --enable-libsmbclient
15
+    --enable-version3
16
+%endif
17
 %if %{with soxr}
18
    --enable-libsoxr \
19
 %endif
20
-    --enable-libsmbclient \
21
    --enable-libspeex \
22
    --enable-libssh \
23
 %if %{with srt}
24