Merge commit '605387582b
'
* commit '605387582b
':
lavf: Support unix sockets
Conflicts:
configure
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
8d06ce7941
5 changed files with 182 additions and 0 deletions
|
@ -335,6 +335,7 @@ void av_register_all(void)
|
|||
REGISTER_PROTOCOL(TCP, tcp);
|
||||
REGISTER_PROTOCOL(TLS, tls);
|
||||
REGISTER_PROTOCOL(UDP, udp);
|
||||
REGISTER_PROTOCOL(UNIX, unix);
|
||||
|
||||
/* external libraries */
|
||||
REGISTER_DEMUXER (LIBGME, libgme);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue