This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.2.2: Add missing libav for h264 parsing (#28)
* Add libav * Add video sample
- Loading branch information
Brendan LE GLAUNEC
committed
Oct 4, 2017
1 parent
3569c55
commit d2fe8ec
Showing
3 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ set -e | |
set -x | ||
|
||
# Build RTSPATT | ||
mkdir ../build | ||
mkdir -p ../build | ||
cd ../build | ||
cmake ../RTSPATT | ||
make | ||
|
Binary file not shown.