| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | yesterday | |
| stats | profile views | 1 |
|
Mar 8 |
awarded | Teacher |
|
Feb 26 |
accepted | HTTP 500 error when I require PHP facebook SDK at Symfony2 |
|
Feb 22 |
comment |
HTTP 500 error when I require PHP facebook SDK at Symfony2 Thanks for so simple and useful advice) |
|
Feb 22 |
answered | HTTP 500 error when I require PHP facebook SDK at Symfony2 |
|
Feb 21 |
asked | HTTP 500 error when I require PHP facebook SDK at Symfony2 |
|
Feb 20 |
awarded | Tumbleweed |
|
Feb 14 |
awarded | Editor |
|
Feb 14 |
revised |
Upload Photo into multipart/form-data to Facebook with Flash SDK edited title |
|
Feb 13 |
asked | Upload Photo into multipart/form-data to Facebook with Flash SDK |
|
Apr 11 |
awarded | Scholar |
|
Apr 11 |
accepted | How to correctly install ffmpeg on windows XP? |
|
Apr 11 |
comment |
How to correctly install ffmpeg on windows XP? done=) thank you very much, satuon! |
|
Apr 11 |
comment |
How to correctly install ffmpeg on windows XP? /cygdrive/c/DOCUME~1/ASAVCH~1/LOCALS~1/Temp/ccSdnN9S.o:tutorial01.c:(.text+0x292 ): undefined reference to `_av_malloc' after gcc-3 -o tutorial01 tutorial01.c -lavformat -lavcodec |
|
Apr 10 |
comment |
How to correctly install ffmpeg on windows XP? Oh, now i realize I have to add ffmpeg libraries to gcc's include folder. But what type of library (static, dev or compiled source) I need to put there? I compiled source on Linux then put ffmpeg folders to include folder. I created simple C file which contain only one string: av_register_all(); and I got error undefined reference to _av_register_all |
|
Apr 10 |
comment |
How to correctly install ffmpeg on windows XP? How I made installation: 1. I downloaded static library - FFmpeg git-6bfb304 32-bit Static (Latest) (2012-04-09) - from here ffmpeg.zeranoe.com/builds 2. I Unzipped the library into C:/Program Files/ffmpeg 3. Added C:/Program Files/ffmpeg/bin to my system’s PATH environment variable How I'm trying to build my example: I opened command promt and typed "gcc-3 -o tutorial01 tutorial01.c -lavformat -lavcodec -lz" Also I tried to install fmmpeg by compiling the source.. I used this tutorial -rmn-explores.blogspot.com/2010/07/…. But not successfully( |
|
Apr 5 |
asked | How to correctly install ffmpeg on windows XP? |