标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
关于smplayer的QDebug不显示在output里 | 1711 | 1 | 0 | 2009-07-29 | |
QT 自定义MainWindow SourceCode | 2378 | 0 | 0 | 2009-06-16 | |
QT下实现MainWindow | 1632 | 0 | 0 | 2009-06-14 | |
QMessageBox with checkbox | 2513 | 0 | 0 | 2009-06-02 | |
QT titleBar | 2909 | 1 | 0 | 2009-05-21 | |
How can I handle events in the titlebar and change | 1724 | 3 | 0 | 2009-05-17 | |
QDialog::QDialog style | 2403 | 0 | 0 | 2009-05-16 | |
QT编译后改变安装路径 | 4306 | 0 | 0 | 2009-05-15 | |
qt vc的配置 | 1684 | 0 | 0 | 2009-05-15 | |
QprogressBar Style Sheets: double linear gradient | 1623 | 1 | 0 | 2009-05-12 | |
QStandardItemModel and Qtreeview | 3276 | 0 | 1 | 2009-04-23 | |
checkComboBox2 | 1788 | 0 | 0 | 2009-04-21 | |
checkComboBox1 | 1167 | 0 | 0 | 2009-04-21 | |
in a QCombobox using a QModelIndex | 2015 | 0 | 0 | 2009-04-21 | |
QLineEdit只输入字母和数字 | 2915 | 0 | 0 | 2009-04-21 | |
QImage - QByteArray - QString | 3539 | 0 | 0 | 2009-04-02 | |
Qt4 QDataStream(转) | 1608 | 0 | 0 | 2009-03-31 |
chinaunix网友2010-07-08 09:23
老大怎么怎么在呢?你能指点下slickedit怎么在windows下初步调试ffmpeg.谢谢!sujiewen@gmail.com
chinaunix网友2010-07-05 14:37
你好,我看见你发表一篇博问(slickedit在windows下初步调试ffmpeg),有很多地方不懂,能把这篇文章在详细下.多弄你张图片: 下面这段话就是不明白的地方,能把下面步骤能不再详细点.谢谢.(sujiewen@gmail.com) /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 下面说slickedit怎么建工程问题 在建slickedit工程之前,一定要备份Makefile文件,此是关键 生成一个GNU C/C++,带Makefile的空工程,然后把ffmpeg目录下的*.c,*.h加入,并用当前的ffplay_g.exe作为调试文件,加上视频文件作参数,然后把备份的Makefile覆盖当前的Makefile即可,F5就能调试了