-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
51 changed files
with
3,855 additions
and
3,266 deletions.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
@@ -1,22 +1,41 @@ | ||
cd libonvif | ||
if exist build\ ( | ||
rmdir /s /q build | ||
) | ||
if exist libonvif.egg-info\ ( | ||
rmdir /s /q libonvif.egg-info | ||
) | ||
cd ../libavio | ||
if exist build\ ( | ||
rmdir /s /q build | ||
) | ||
if exist avio.egg-info\ ( | ||
rmdir /s /q avio.egg-info | ||
) | ||
cd ../onvif-gui | ||
if exist build\ ( | ||
rmdir /s /q build | ||
) | ||
if exist onvif_gui.egg-info\ ( | ||
rmdir /s /q onvif_gui.egg-info | ||
) | ||
cd .. | ||
cd libonvif | ||
if exist build\ ( | ||
rmdir /s /q build | ||
) | ||
if exist dist\ ( | ||
rmdir /s /q dist | ||
) | ||
if exist libonvif.egg-info\ ( | ||
rmdir /s /q libonvif.egg-info | ||
) | ||
cd ../libavio | ||
if exist build\ ( | ||
rmdir /s /q build | ||
) | ||
if exist dist\ ( | ||
rmdir /s /q dist | ||
) | ||
if exist avio.egg-info\ ( | ||
rmdir /s /q avio.egg-info | ||
) | ||
cd ../liblivemedia | ||
if exist build\ ( | ||
rmdir /s /q build | ||
) | ||
if exist dist\ ( | ||
rmdir /s /q dist | ||
) | ||
if exist liblivemedia.egg-info\ ( | ||
rmdir /s /q liblivemedia.egg-info | ||
) | ||
cd ../onvif-gui | ||
if exist build\ ( | ||
rmdir /s /q build | ||
) | ||
if exist dist\ ( | ||
rmdir /s /q dist | ||
) | ||
if exist onvif_gui.egg-info\ ( | ||
rmdir /s /q onvif_gui.egg-info | ||
) | ||
cd .. |
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 |
---|---|---|
@@ -1,25 +1,33 @@ | ||
cd libonvif | ||
if exist build\ ( | ||
rmdir /s /q build | ||
) | ||
if exist libonvif.egg-info\ ( | ||
rmdir /s /q libonvif.egg-info | ||
) | ||
pip install -v . | ||
cd ../libavio | ||
if exist build\ ( | ||
rmdir /s /q build | ||
) | ||
if exist avio.egg-info\ ( | ||
rmdir /s /q avio.egg-info | ||
) | ||
pip install -v . | ||
cd ../onvif-gui | ||
if exist build\ ( | ||
rmdir /s /q build | ||
) | ||
if exist onvif_gui.egg-info\ ( | ||
rmdir /s /q onvif_gui.egg-info | ||
) | ||
pip install . | ||
cd .. | ||
cd libonvif | ||
if exist build\ ( | ||
rmdir /s /q build | ||
) | ||
if exist libonvif.egg-info\ ( | ||
rmdir /s /q libonvif.egg-info | ||
) | ||
pip install -v . | ||
cd ../libavio | ||
if exist build\ ( | ||
rmdir /s /q build | ||
) | ||
if exist avio.egg-info\ ( | ||
rmdir /s /q avio.egg-info | ||
) | ||
pip install -v . | ||
cd ../liblivemedia | ||
if exist build\ ( | ||
rmdir /s /q build | ||
) | ||
if exist liblivemedia.egg-info\ ( | ||
rmdir /s /q liblivemedia.egg-info | ||
) | ||
pip install -v . | ||
cd ../onvif-gui | ||
if exist build\ ( | ||
rmdir /s /q build | ||
) | ||
if exist onvif_gui.egg-info\ ( | ||
rmdir /s /q onvif_gui.egg-info | ||
) | ||
pip install . | ||
cd .. |
Submodule liblivemedia
added at
3bd3a6
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
Oops, something went wrong.