Alexandre Licinio
Alexandre Licinio
Thanks, i did "sudo add-apt-repository ppa:motumedia/libav-daily" then "sudo apt-get update". I still have the same error. Did i miss something ? did something wrong when adding ppa ? Sorry for...
I think i did something wrong, i tried to install manually Libav-toos_12 libavcodec-dev_12 and libavutil-dev_12 and when i did make in bmdtools i have : bmdcapture.cpp:192:61: error: use of enum...
i did but still the same error... do i have to purge something or remove something ? Thanks lu-zero, i well appreciate your help
With pleasure : horus-ekla@horusekla-ProLiant-DL320e-Gen8-v2:~/Downloads/sdk/SDK/Linux/Samples/bmdtools-master$ make g++ -o bmdcapture bmdcapture.cpp modes.cpp ../../include/DeckLinkAPIDispatch.cpp `pkg-config --cflags libavcodec libavformat libswscale libavutil` -D__STDC_CONSTANT_MACROS -Wno-multichar -I ../../include -fno-rtti -g `pkg-config --libs libavcodec libavformat libswscale libavutil` -lm...
I have this : horus-ekla@horusekla-ProLiant-DL320e-Gen8-v2:~/Downloads/sdk/SDK/Linux/Samples/bmdtools-master$ ls /usr/include/libavformat/avformat.h /usr/include/libavformat/avformat.h horus-ekla@horusekla-ProLiant-DL320e-Gen8-v2:~/Downloads/sdk/SDK/Linux/Samples/bmdtools-master$ head /usr/include/libavformat/avformat.h /* - copyright (c) 2001 Fabrice Bellard * - This file is part of Libav. * - Libav is...
it says : -pthread -L/usr/local/lib -lavformat -lavcodec -lva -lasound -lSDL -lx264 -lz -lswscale -lavutil -lm
Now i have new errors : horus-ekla@horusekla-ProLiant-DL320e-Gen8-v2:~/Downloads/sdk/SDK/Linux/Samples/bmdtools-master$ make g++ -o bmdcapture bmdcapture.cpp modes.cpp ../../include/DeckLinkAPIDispatch.cpp `pkg-config --cflags libavcodec libavformat libswscale libavutil` -D__STDC_CONSTANT_MACROS -Wno-multichar -I ../../include -fno-rtti -g `pkg-config --libs libavcodec libavformat...
wWOOWw you rock ! it works ! Just to know, what was the main problem, because i have only ffmbc installed and avconv on a fresh "rusty" (14;04) ubuntu ?...
with pleasure, santé ! i work in broadcast industry so if you need help in your project, please advise me. If i can do something, i will do it.
Sorry for that question lu-zero but i'm a bit struggle with understanding of "how to correct compile and install libav". I learned a lot during my problem you solved and...