Changes of Revision 27

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Sat Apr 16 22:01:17 UTC 2016 - olaf@aepfle.de
4
+
5
+- Use pkgconfig instead of libffmpeg-devel
6
+
7
+-------------------------------------------------------------------
8
 Tue Mar 22 00:01:09 UTC 2016 - jimmy@boombatower.com
9
 
10
 - Update to 0.13.4 release.
11
obs-studio.spec Changed
23
 
1
@@ -19,7 +19,6 @@
2
 BuildRequires:  libXinerama-devel
3
 BuildRequires:  libXrandr-devel
4
 BuildRequires:  libcurl-devel
5
-BuildRequires:  ffmpeg-devel
6
 BuildRequires:  libjansson-devel
7
 BuildRequires:  libpulse-devel
8
 BuildRequires:  libqt5-qtbase-devel >= 5.3
9
@@ -29,6 +28,13 @@
10
 BuildRequires:  libx264-devel
11
 BuildRequires:  pkgconfig
12
 BuildRequires:  pkgconfig(jack)
13
+BuildRequires:  pkgconfig(libavcodec)
14
+BuildRequires:  pkgconfig(libavdevice)
15
+BuildRequires:  pkgconfig(libavfilter)
16
+BuildRequires:  pkgconfig(libavformat)
17
+BuildRequires:  pkgconfig(libavutil)
18
+BuildRequires:  pkgconfig(libswresample)
19
+BuildRequires:  pkgconfig(libswscale)
20
 
21
 %description
22
 Open Broadcaster Software is free and open source software for video recording and live streaming.
23