Skip to content

Commit c4e5e47

Browse files
committed
doc: Update OSX section
The build system now works as should.
1 parent 7fb551f commit c4e5e47

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Initially developed as an example integration between libavformat and the
44
bmd sdk, it ended up being a set of useful tools to use the BlackMagic Devices
5-
decklink cards on Linux and MacOSX.
5+
decklink cards on Linux and OSX.
66

77
Thanks to TodoStreaming sponsoring its early development.
88

@@ -19,10 +19,9 @@ You can build it out of the Sample tree by issuing
1919
make SDK_PATH=/path/to/the/bmd/include
2020
```
2121

22-
### MacOSX Support
22+
### OSX Support
2323

24-
Pass SYS=Darwin to make, it should work, please DO complain to BlackMagic
25-
Design for having non-matching apis cross operating systems.
24+
Should work out of box.
2625

2726
### Windows Support
2827

@@ -47,6 +46,8 @@ Patch and/or sponsorship welcome.
4746

4847
-m specific modeline, resolution+framerate
4948

49+
-o pass AVFormat AVOptions (expert)
50+
5051
NOTE: make sure you are processing frames capture in real time or be
5152
prepared to end up using all your memory quite quickly, HD raw data
5253
fills up memory quickly.

0 commit comments

Comments
 (0)